DiagramShapeHeight Property |
Namespace: GroupDocs.Watermark.Contents.DiagramAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic double Height { get; set; }
Public Property Height As Double
Get
Set
public:
virtual property double Height {
double get () sealed;
void set (double value) sealed;
}
abstract Height : float with get, set
override Height : float with get, set
Property Value
Type:
DoubleThe height of this
DiagramShape in points.
Implements
ITwoDObjectHeight
See Also