BalloonShapeUseLeadLinewidth Property |
Gets or sets a value that indicates whether "the width of the leader line is different from the line width of the balloon".
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract bool UseLeadLinewidth { get; set; }
Public MustOverride Property UseLeadLinewidth As Boolean
Get
Set
Property Value
Type:
Boolean
true if the line width of the leader line uses a line width different from the line width of the balloon. Otherwise false.
See Also