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

    Up

    Down

    Both

End Enum

 

[C#]

public enum ScalePositions : byte

{

    None,

    Up,

    Down,

    Both

}


Observations:

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

See also:

Format | OffsetFromBar | Unit

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.