Class RectangleGeometry
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class RectangleGeometry : Geometry, IAutomationPeer, IPeerConverter
Constructors
RectangleGeometry()
Declaration
public RectangleGeometry()
Fields
RadiusXProperty
RadiusYProperty
RectProperty
Properties
RadiusX
Declaration
public double RadiusX { get; set; }
Property Value
System.Double
|
RadiusY
Declaration
public double RadiusY { get; set; }
Property Value
System.Double
|
Rect
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|