GlyphTypeface.StrikethroughPosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates the distance from the baseline to the strikethrough for the typeface.
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
Property Value
A Double that represents the strikethrough position.
- Attributes
Remarks
The strikethrough position value is usually positive because the strikethrough is generally above the baseline.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.