TickBar.OnRender(DrawingContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
绘制 Slider 控件的刻度线。
protected:
override void OnRender(System::Windows::Media::DrawingContext ^ dc);
protected override void OnRender (System.Windows.Media.DrawingContext dc);
override this.OnRender : System.Windows.Media.DrawingContext -> unit
Protected Overrides Sub OnRender (dc As DrawingContext)
参数
用于绘制刻度的 DrawingContext。
注解
Placement属性的值和IsDirectionReversed属性确定在哪个TickBar位置绘制刻度线。
主要刻度线为 Minimum 值和 Maximum 值显示,并显示其他值的辅助刻度。 For a horizontal TickBar, the height of the primary ticks is equal to the ActualHeight of the TickBar. For a vertical TickBar, the width of the primary ticks is equal to the ActualWidth of the TickBar. 次要刻度线的大小是主要刻度的大小的 75%。
如果属性是true
SelectionStart SelectionEnd且属性有效,则此方法还会在选择范围的IsSelectionRangeEnabled开头和末尾绘制刻度线。