ShapePoint<T>
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Type Parameters:
T
Syntax:
C#
public class ShapePoint<T> : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement where T : Shape
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlShapePoint<T>...
Implements:
Inherited Members
Constructors
C#
public ShapePoint(T shape)
Properties
C#
public double CanvasLeft { get; }
C#
public string FillColorValue { get; }
C#
public T Shape { get; }
C#
public Color StrokeColor { get; }
C#
public string StrokeColorValue { get; }
C#
public Visibility Visibility { get; }