Gets or sets a value indicating whether to print the item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool Printable { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Printable As Boolean |
true to print this item; otherwise, false.
See Also