Class Diamond
A diamond shape class.
Inheritance
Namespace: Telerik.Windows.Shapes
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class Diamond : Shape
Constructors
Diamond()
Declaration
public Diamond()
Properties
DefiningGeometry
Gets a value that represents the System.
Declaration
protected override Geometry DefiningGeometry { get; }
Property Value
System.
|
Methods
ArrangeOverride(Size)
Arranges a System.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System. The final evaluated size of the System. |
Returns
System. The final size of the arranged System. |
MeasureOverride(Size)
Measures a System.
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
System. A maximum System. |
Returns
System. The maximum System. |