ComponentOne Basic Library for WPF and Silverlight
MarkStyle Property (C1RadialNumericItem)


C1.WPF Namespace > C1RadialNumericItem Class : MarkStyle Property
Gets or sets the style used to display the mark in the radial slider.
Syntax
'Declaration
 
Public Property MarkStyle As System.Windows.Style
'Usage
 
Dim instance As C1RadialNumericItem
Dim value As System.Windows.Style
 
instance.MarkStyle = value
 
value = instance.MarkStyle
public System.Windows.Style MarkStyle {get; set;}
See Also

Reference

C1RadialNumericItem Class
C1RadialNumericItem Members