Class RoundedRectangle
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: Telerik.WinControls.Drawing
Assembly: Telerik.WinControls.dll
Syntax
public abstract class RoundedRectangle : DisposableObject, IDisposable
Constructors
RoundedRectangle(RectangleF, Single)
Declaration
public RoundedRectangle(RectangleF rectangle, float radius)
Parameters
System.Drawing.RectangleF
rectangle
|
System.Single
radius
|
Properties
Bottom
Declaration
public float Bottom { get; }
Property Value
System.Single
|
Height
Declaration
public float Height { get; set; }
Property Value
System.Single
|
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
System.Boolean
|
Left
Declaration
public float Left { get; }
Property Value
System.Single
|
Location
Declaration
public PointF Location { get; set; }
Property Value
System.Drawing.PointF
|
Radius
Declaration
public float Radius { get; set; }
Property Value
System.Single
|
RawRoundedRectangle
Declaration
public abstract object RawRoundedRectangle { get; }
Property Value
System.Object
|
Rectangle
Declaration
protected RectangleF Rectangle { get; }
Property Value
System.Drawing.RectangleF
|
Right
Declaration
public float Right { get; }
Property Value
System.Single
|
Size
Declaration
public SizeF Size { get; set; }
Property Value
System.Drawing.SizeF
|
Top
Declaration
public float Top { get; }
Property Value
System.Single
|
Width
Declaration
public float Width { get; set; }
Property Value
System.Single
|
X
Declaration
public float X { get; set; }
Property Value
System.Single
|
Y
Declaration
public float Y { get; set; }
Property Value
System.Single
|
Methods
OnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|