DiagramCustomShape.TemplateTop Property
Specifies the shape template’s top offset.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Decimal | "0" | A decimal number from 0 to 1. |
Remarks
The TemplateTop property specifies a fractional top offset of a shape template toward the shape height. If the TemplateTop property is set to 0, the template’s top edge matches the shape’s top edge.
The absolute offset is calculated by multiplying the TemplateTop value by the shape’s height.
See Also