GlyphTypeface.StrikethroughPosition 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
서체의 기준선부터 취소선까지의 거리를 나타내는 값을 가져옵니다.
public:
property double StrikethroughPosition { double get(); };
public double StrikethroughPosition { get; }
public double StrikethroughPosition { [System.Security.SecurityCritical] [System.Security.SecurityTreatAsSafe] get; }
member this.StrikethroughPosition : double
[<get: System.Security.SecurityCritical>]
[<get: System.Security.SecurityTreatAsSafe>]
member this.StrikethroughPosition : double
Public ReadOnly Property StrikethroughPosition As Double
속성 값
취소선 위치를 나타내는 Double입니다.
- 특성
설명
취소선 위치 값은 일반적으로 취소선이 기준선보다 높기 때문에 양수입니다.