Table of Contents

Class PrintRuler

Namespace
HeBianGu.Control.PrintBox
Assembly
HeBianGu.Control.PrintBox.dll
public class PrintRuler : UIElement, IInputElement, IAnimatable
Inheritance
PrintRuler
Implements
Inherited Members
Extension Methods

Fields

PageHeightProperty

public static readonly DependencyProperty PageHeightProperty

Field Value

DependencyProperty

Properties

PageHeight

public double PageHeight { get; set; }

Property Value

double

Methods

OnRender(DrawingContext)

When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.

protected override void OnRender(DrawingContext drawingContext)

Parameters

drawingContext DrawingContext

The drawing instructions for a specific element. This context is provided to the layout system.