 | ZoomBoxHorizontalScroll property |
Gets or sets the horizontal 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 HorizontalScroll { get; set; }Public Property HorizontalScroll As Double
Get
Set
public:
property double HorizontalScroll {
double get ();
void set (double value);
}member HorizontalScroll : float with get, set
Property value
Double
See also