点击或拖拽改变大小

TickPlacement 枚举

Placement options for Slider's Tickbar

命名空间:  CPF.Controls
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public enum TickPlacement
成员
  成员名称说明
None0 No TickMark
TopLeft1 Show TickMark above the Track (for HorizontalSlider), or left of the Track (for VerticalSlider)
BottomRight2 Show TickMark below the Track (for HorizontalSlider), or right of the Track (for VerticalSlider)
Both3 Show TickMark on both side of the Track
参见