ZoomSliderGadgetOrientation Property |
Gets or sets the orientation (horizontal or vertical) of the zoom slider.
Namespace:
Ptv.XServer.Controls.Map.Gadgets
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public Orientation Orientation { get; set; }
Public Property Orientation As Orientation
Get
Set
public:
property Orientation Orientation {
Orientation get ();
void set (Orientation value);
}
member Orientation : Orientation with get, set
Property Value
Type:
Orientation Orientation of the zoom slider.
See Also