DefaultTickLabel
Provides a class for tick axis labels rendering.
継承元: TemplatableControl
コンストラクター
DefaultTickLabel()
Initializes a new instance of the DefaultTickLabel class.
プロパティ
HorizontalAnchorPoint : HorizontalAnchorPoint
Gets or sets the HorizontalAnchorPoint. The value of Left means the X1,Y1 coordinate of the annotation is on the Left horizontally. The value of Center means the X1,Y1 coordinate of the annotation is at the center horizontally. The value of Right means the X1,Y1 coordinate of the annotation is at the right horizontally.
VerticalAnchorPoint : VerticalAnchorPoint
Gets or sets the VerticalAnchorPoint. The value of Top means the X1,Y1 coordinate of the annotation is on the Top vertically. The value of Center means the X1,Y1 coordinate of the annotation is at the center vertically. The value of Bottom means the X1,Y1 coordinate of the annotation is at the Bottom vertically.
メソッド
OnPropertyChanged(string)
Implementation of INotifyPropertyChanged
- propertyName
- Name of the property.
イベント
PropertyChanged : PropertyChangedEventHandler
Occurs when a property value changes.
フィールド
DefaultForegroundProperty : DependencyProperty
Defines the DefaultForeground DependencyProperty
DefaultHorizontalAnchorPointProperty : DependencyProperty
Defines the DefaultHorizontalAnchorPoint DependencyProperty
DefaultVerticalAnchorPointProperty : DependencyProperty
Defines the DefaultVerticalAnchorPoint DependencyProperty
HorizontalAnchorPointProperty : DependencyProperty
Defines the HorizontalAnchorPoint DependencyProperty
LayoutTransformProperty : DependencyProperty
Defines the LayoutTransform DependencyProperty
PositionProperty : DependencyProperty
Defines the Position DependencyProperty
VerticalAnchorPointProperty : DependencyProperty
Defines the VerticalAnchorPoint DependencyProperty