Class GlyphRunDrawing
public sealed class GlyphRunDrawing : Drawing, INotifyPropertyChanged
- Inheritance
-
GlyphRunDrawing
- Implements
- Inherited Members
- Extension Methods
Constructors
GlyphRunDrawing()
public GlyphRunDrawing()
Fields
ForegroundProperty
public static readonly StyledProperty<IBrush?> ForegroundProperty
Field Value
GlyphRunProperty
public static readonly StyledProperty<GlyphRun?> GlyphRunProperty
Field Value
Properties
Foreground
public IBrush? Foreground { get; set; }
Property Value
GlyphRun
public GlyphRun? GlyphRun { get; set; }
Property Value
Methods
GetBounds()
Gets the drawing's bounding rectangle.
public override Rect GetBounds()