FigureLength.IsAbsolute 속성

정의

FigureLength에 절대값(픽셀)이 있는지 여부를 결정하는 값을 가져옵니다.

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

속성 값

Boolean

true 이 경우 FigureLength 절대값 (픽셀)이 고, 그렇지 않으면 false합니다. 기본값은 false입니다.

적용 대상