TickBar.Ticks 属性

定义

获取或设置刻度线的位置。

public:
 property System::Windows::Media::DoubleCollection ^ Ticks { System::Windows::Media::DoubleCollection ^ get(); void set(System::Windows::Media::DoubleCollection ^ value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Media.DoubleCollection Ticks { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Ticks : System.Windows.Media.DoubleCollection with get, set
Public Property Ticks As DoubleCollection

属性值

DoubleCollection

指定刻度线位置的 DoubleCollection。 默认值是 null

属性

注解

Ticks属性定义的刻度线,并且不在由MinimumMaximum属性值定义的范围之外。

Ticks设置该属性时,TickFrequency不使用该属性。

依赖项属性信息

标识符字段 TicksProperty
元数据属性设置为 true AffectsRender

适用于

另请参阅