FigureLength.IsAbsolute Property

Definition

Gets a value that determines whether this FigureLength holds an absolute value (in pixels).

public:
 property bool IsAbsolute { bool get(); };
public bool IsAbsolute { get; }
member this.IsAbsolute : bool
Public ReadOnly Property IsAbsolute As Boolean

Property Value

true if this FigureLength holds an absolute value (in pixels); otherwise, false. The default value is false.

Applies to