 | ZoomBoxVerticalScroll property |
Gets or sets the vertical scroll width in device-independent pixels.
Default: 0.0.
Namespace: NetEti.CustomControlsAssembly: NetEti.ZoomBox (in NetEti.ZoomBox.dll) Version: 1.0.0+5ee800418dee8f46c939f296c9beaab353004ca7
Syntaxpublic double VerticalScroll { get; set; }Public Property VerticalScroll As Double
Get
Set
public:
property double VerticalScroll {
double get ();
void set (double value);
}member VerticalScroll : float with get, set
Property value
Double
See also