Class OfficeShape
Represents the shape of the MS Office forms.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.dll
Syntax
[ComVisible(false)]
public class OfficeShape : ElementShape
Constructors
OfficeShape()
Declaration
public OfficeShape()
OfficeShape(Boolean)
Declaration
public OfficeShape(bool roundedBottom)
Parameters
System.Boolean
roundedBottom
|
Properties
RoundedBottom
Gets or sets whether the bottom edges of the form should be rounded.
Declaration
public bool RoundedBottom { get; set; }
Property Value
System.Boolean
|
Methods
CreatePath(Rectangle)
Greates the path.
Declaration
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
System.Drawing.Rectangle
bounds
|
Returns
System.Drawing.Drawing2D.GraphicsPath
|
Overrides
DeserializeProperties(String)
Deserializes properties. Required for telerik deserialization mechanism.
Declaration
public override void DeserializeProperties(string propertiesString)
Parameters
System.String
propertiesString
|
Overrides
GetBounds(RadElement)
Declaration
protected override Rectangle GetBounds(RadElement element)
Parameters
RadElement
element
|
Returns
System.Drawing.Rectangle
|
Overrides
GetContourPath(Rectangle)
Declaration
public GraphicsPath GetContourPath(Rectangle bounds)
Parameters
System.Drawing.Rectangle
bounds
|
Returns
System.Drawing.Drawing2D.GraphicsPath
|
SerializeProperties()
Serializes properties. Required for telerik serialization mechanism.
Declaration
public override string SerializeProperties()
Returns
System.String
|