Property ShowHidenEdges
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
ShowHidenEdges
Get/Set a boolean value representing if the edges of the 3dFace object will be shown.
public bool ShowHidenEdges { get; set; }
Property Value
Remarks
If this value is true then all edges of the 3dFace object will be shown ( even if they are invisible).
Raizes the OnBeforeModifyObject event and the OnAfterModifyObject event.