Glossary Item Box

LabDevTools Send comments on this topic.

Style

Gets or sets the graphical style of the control. 

 

[Visual Basic]
Public Property Style As StyleKnob
[C#]
public StyleKnob Style

 

[Visual Basic]

Public Enum StyleKnob As Byte

    Style3D

    StyleFlat

    StyleDial

End Enum

 

[C#]

public enum StyleKnob : byte

{

     Style3D,

    StyleFlat,

    StyleDial,

}



Observations:

Such style can be Style3D (LabDevTools.Knob.Appearance.Style = LabDevTools.Appearance.StyleKnob.Style3D) or StyleFlat (LabDevTools.Knob.Appearance.Style = LabDevTools.Appearance.StyleKnob.StyleFlat)  or StyleDial (LabDevTools.Knob.Appearance.Style = LabDevTools.StyleKnob.StyleDial) . In the figure of under the three graphical styles of the Knob/Meter control are visualized:

See also:

BackgroundScale | BorderProperties | CursorProperties | Divisions | ArcStart | ArcEnd | FrontColor | GradientStyle | Labels | Radius

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.