Class MapContentPresenter
Inheritance
System.Object
MapContentPresenter
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class MapContentPresenter : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
MapContentPresenter(ContentPresenter)
Declaration
public MapContentPresenter(ContentPresenter contentpresenter)
Parameters
ContentPresenter
contentpresenter
|
Properties
CanvasLeft
Declaration
public double CanvasLeft { get; }
Property Value
System.Double
|
CanvasTop
Declaration
public double CanvasTop { get; }
Property Value
System.Double
|
ContentPresenter
ContentPresenterHeight
Declaration
public double ContentPresenterHeight { get; }
Property Value
System.Double
|
ContentPresenterWidth
Declaration
public double ContentPresenterWidth { get; }
Property Value
System.Double
|
Paths
Declaration
public IList<RadMapPath> Paths { get; }
Property Value
System.Collections.Generic.IList<RadMapPath>
|