Gets or sets the distance between image and text when both are specified.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> ContentPadding { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ContentPadding As Nullable(Of Double) |
See Also