Table of Contents

Class GlyphRunDrawing

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll
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

StyledProperty<IBrush>

GlyphRunProperty

public static readonly StyledProperty<GlyphRun?> GlyphRunProperty

Field Value

StyledProperty<GlyphRun>

Properties

Foreground

public IBrush? Foreground { get; set; }

Property Value

IBrush

GlyphRun

public GlyphRun? GlyphRun { get; set; }

Property Value

GlyphRun

Methods

GetBounds()

Gets the drawing's bounding rectangle.

public override Rect GetBounds()

Returns

Rect