'Declaration
<System.ComponentModel.CategoryAttribute("Data")> <System.ComponentModel.DescriptionAttribute("Determines whether the figure is empty (contains no commands)")> Public ReadOnly Property IsEmpty As System.Boolean
'Usage
Dim instance As NPathFigure Dim value As System.Boolean value = instance.IsEmpty
[System.ComponentModel.Category("Data")] [System.ComponentModel.Description("Determines whether the figure is empty (contains no commands)")] public System.bool IsEmpty {get;}