Class ArcTextBlock
Represents a arc text block.
public class ArcTextBlock : TextBlock, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseArcTextBlock
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
ArcTextBlock(FontType)
Initializes a new instance of the ArcTextBlock class.
public ArcTextBlock(FontType fontType = FontType.System)
Parameters
fontType
FontTypeType of the font.
Properties
ArcCharacter
Gets or sets the arc character settings.
public ArcCharacter ArcCharacter { get; set; }
Property Value
TextDirection
Gets or sets the text direction on the arc.
public ArcTextDirection TextDirection { get; set; }
Property Value
- ArcTextDirection
The default value is Clockwise.