Height Property
Height
Gets or sets a int value that represents the height, in pixels, of the shape.
Declaration
[FormulaBindableProperty]
double Height { get; set; }
<FormulaBindableProperty>
Property Height As Double
Property Value
Type |
Description |
double |
The height of the shape.
|