New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public RoundedRectangle(RectangleF rectangle, float radius)
Parameters:rectangleRectangleFradiusfloat

Properties

C#
public float Bottom { get; }
C#
public float Height { get; set; }
C#
public bool IsEmpty { get; }
C#
public float Left { get; }
C#
public PointF Location { get; set; }
C#
public float Radius { get; set; }
C#
public abstract object RawRoundedRectangle { get; }
C#
protected RectangleF Rectangle { get; }
C#
public float Right { get; }
C#
public SizeF Size { get; set; }
C#
public float Top { get; }
C#
public float Width { get; set; }
C#
public float X { get; set; }
C#
public float Y { get; set; }

Methods

C#
protected virtual void OnPropertyChanged(string propertyName)
Parameters:propertyNamestring