Glossary Item Box

LabDevTools Send comments on this topic.

EndsRound

Gets or sets the type of rounding of the ends of the control.

 

[Visual Basic]
Public Property EndsRound As EndRound
[C#]
public EndRound EndsRound

[Visual Basic]

Public Enum EndRound As Byte
     None
     
Left

     Right

     Both
 End Enum

 

[C#]

public enum EndRound : byte

{

     None,
     Left,

     Right,

     Both

}

 

Observations:

Of default it is EndRound.None.

See also:

ActiveBarColor | BackgroundProperties | BarWidth | CursorProperties | Divsions | InactiveBarColor | OffsetFromExtremes | Style3D

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.