Property | Type | Description | |
---|---|---|---|
CheckScrollValue | void | ||
GraphicsDeviceControlInitialized | void | ||
RootLayerDependentSizeChanged | void |
Method | Description | |
---|---|---|
GetScrollEnabled ( ScrollOrientation orientation ) : bool | ||
GetScrollValue ( ScrollOrientation orientation ) : int | ||
LayerGraphicsControl ( ) : System | ||
SetScrollValue ( ScrollOrientation orientation, int value ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Draw ( ) : void | ||
Initialize ( ) : void |
Initializes control to a usable state, called at time of control creation.
|
|
OnScroll ( |
||
OnScrollPropertyChanged ( |
||
OnSizeChanged ( |
||
OnVirtualSizeChanged ( |
||
OnZoomChanged ( |
Method | Description | |
---|---|---|
CheckScrollValue ( ) : void | ||
GraphicsDeviceControlInitialized ( object sender, |
||
RootLayerDependentSizeChanged ( object sender, |
public GetScrollEnabled ( ScrollOrientation orientation ) : bool | ||
orientation | ScrollOrientation | |
return | bool |
public GetScrollValue ( ScrollOrientation orientation ) : int | ||
orientation | ScrollOrientation | |
return | int |
protected OnScroll ( |
||
e | ||
return | void |
protected OnScrollPropertyChanged ( |
||
e | ||
return | void |
protected OnSizeChanged ( |
||
e | ||
return | void |
protected OnVirtualSizeChanged ( |
||
e | ||
return | void |
protected OnZoomChanged ( |
||
e | ||
return | void |
public SetScrollValue ( ScrollOrientation orientation, int value ) : void | ||
orientation | ScrollOrientation | |
value | int | |
return | void |