Gets or sets the distance between image and text when both are specified.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Nullable<Single> ContentPadding { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ContentPadding As Nullable(Of Single) |
An optional float value specifying the distance. The default null value applies MeasureUnit-independent 1mm distance.
See Also