Class ShapePoint<T>
Inheritance
System.Object
ShapePoint<T>
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.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class ShapePoint<T> : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement where T : Shape
Type Parameters
T
|
Constructors
ShapePoint(T)
Declaration
public ShapePoint(T shape)
Parameters
T
shape
|
Properties
CanvasLeft
Declaration
public double CanvasLeft { get; }
Property Value
System.Double
|
CanvasTop
Declaration
public double CanvasTop { get; }
Property Value
System.Double
|
FillColor
FillColorValue
Declaration
public string FillColorValue { get; }
Property Value
System.String
|
Height
Declaration
public double Height { get; }
Property Value
System.Double
|
Shape
Declaration
public T Shape { get; }
Property Value
T
|
StrokeColor
StrokeColorValue
Declaration
public string StrokeColorValue { get; }
Property Value
System.String
|
Visibility
Width
Declaration
public double Width { get; }
Property Value
System.Double
|