Свойство | Тип | Описание | |
---|---|---|---|
CheckScrollValue | void | ||
GraphicsDeviceControlInitialized | void | ||
RootLayerDependentSizeChanged | void |
Метод | Описание | |
---|---|---|
GetScrollEnabled ( ScrollOrientation orientation ) : bool | ||
GetScrollValue ( ScrollOrientation orientation ) : int | ||
LayerGraphicsControl ( ) : System | ||
SetScrollValue ( ScrollOrientation orientation, int value ) : void |
Метод | Описание | |
---|---|---|
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 ( |
Метод | Описание | |
---|---|---|
CheckScrollValue ( ) : void | ||
GraphicsDeviceControlInitialized ( object sender, |
||
RootLayerDependentSizeChanged ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GetScrollEnabled ( ScrollOrientation orientation ) : bool | ||
orientation | ScrollOrientation | |
Результат | bool |
public GetScrollValue ( ScrollOrientation orientation ) : int | ||
orientation | ScrollOrientation | |
Результат | int |
protected OnScroll ( |
||
e | ||
Результат | void |
protected OnScrollPropertyChanged ( |
||
e | ||
Результат | void |
protected OnSizeChanged ( |
||
e | ||
Результат | void |
protected OnVirtualSizeChanged ( |
||
e | ||
Результат | void |
protected OnZoomChanged ( |
||
e | ||
Результат | void |
public SetScrollValue ( ScrollOrientation orientation, int value ) : void | ||
orientation | ScrollOrientation | |
value | int | |
Результат | void |