ClassMapZoomBar
Class
Represents the MapZoomBar class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class MapZoomBar : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlMapZoomBar
Implements:
Inherited Members
Constructors
Properties
Buttons
Gets a list of all buttons in the MapZoomBar
Declaration
cs-api-definition
public IList<RadRadioButton> Buttons { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides