Search
ScrollBarView Members
Constructors Fields Properties Methods Events
 


Represents a scrollbar in a DiagramView.

The following tables list the members exposed by the ScrollBarView type.

 Public Constructors

  Name Description

ScrollBarView

Initializes a new instance of the ScrollBarView class.

 Public Fields

  Name Description

ColorProperty

Identifies the Color property.

IsHorizontalProperty

Identifies the IsHorizontal property.

LargeStepProperty

Identifies the LargeStep property.

MaximumProperty

Identifies the Maximum property.

MinimumProperty

Identifies the Minimum property.

PaddingProperty

Identifies the Padding property.

ValueProperty

Identifies the Value property.

 Public Properties

  Name Description

Color

Gets or sets the color of the scrollbar.

IsHorizontal

Gets or sets a value indicating whether the scrollbar is horizontal (true) or vertical (false).

LargeStep

Gets or sets the large step of the scrollbar.

Maximum

Gets or sets the maximum value of the scrollbar.

Minimum

Gets or sets the minimum value of the scrollbar.

Padding

Gets or sets the padding of the scrollbar.

Value

Gets or sets the value of the scrollbar.

 Public Methods

  Name Description

Draw

Draws the view in the specified IGraphics.

GetThumbRect

 

ScrollThumb

 

ThumbContainsPoint

 

UpdateScroll

 

 Public Events

  Name Description

Scroll

 

 See Also