Search
DiagramItem.Printable Property
See Also
 





Gets or sets a value indicating whether to print the item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Printable { get; set; }

Visual Basic  Copy Code

Public Property Printable As Boolean

 Property Value

true to print this item; otherwise, false.

 See Also