[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1Length.-ctor

C1Length Constructor

C1Length(double)

Initializes a new C1Length with a pixel length.

Declaration
public C1Length(double pixels)
Parameters
Type Name Description
double pixels

Number of pixels.

C1Length(double, C1LengthUnitType)

Initializes a new C1Length.

Declaration
public C1Length(double value, C1LengthUnitType type)
Parameters
Type Name Description
double value

Length value.

C1LengthUnitType type

Length type.