Glossary Item Box

LabDevTools Send comments on this topic.

ScalePosition

Gets or sets the position of the scale around to the body of the control.

 

[Visual Basic]
Public Property ScalePosition As ScalePositions
[C#]
public ScalePositions ScalePosition

 

 

[Visual Basic]

Public Enum ScalePositions As Byte

    None

    Left

    Right

    Both

End Enum

 

[C#]

public enum ScalePositions : byte

{

    None,

    Left,

    Right,

    Both

}


Observations:

Of default it is Both(the scale appears from both sides of the bar of the control).

Vedere anche:

Format | OffsetFromBar | Unit

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.