Click or drag to resize

LeadSettings Class

Indicates setting of leader line.
Inheritance Hierarchy

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract class LeadSettings : ShapeSettings

The LeadSettings type exposes the following members.

Constructors
  NameDescription
Protected methodLeadSettings
Initializes a new instance of the LeadSettings class
Top
Properties
  NameDescription
Public propertyArrowSize
Get or set the arrow size.
Public propertyArrowSizeEqualTextHeight
Gets or sets a value that indicates whether the size of the pointed arrow selected for the arrow type should be the same as the text height.
Public propertyArrowType
Get or set the arrow type.
Public propertyBold
Gets or sets a value indicating whether the character is bold.
Public propertyColor
Get or set the color of the leader line.
Public propertyDocument
Get the document.
(Inherited from ShapeSettings.)
Public propertyFontHeight
Get or set the character height.
Public propertyFontName
Get or set font name of character.
Public propertyLinetype
Get or set the line type of the leader line.
Public propertyLinewidth
Get or set the line width of the leader line.
Public propertyPointedArrowSizePosition
Gets or sets the position indicated by the size of the pointed arrow selected for the arrow type.
Public propertyPointedArrowUserAngle
Gets or sets the angle when the angle of the tip of the pointed arrow selected by the arrow type is arbitrarily specified.
Public propertySlant
Gets or sets the slope of the character.
Public propertySpacing
Get or set character spacing.
Public propertyStyles
Get style collection of shapes.
(Inherited from ShapeSettings.)
Public propertyTextAngle
Gets or sets the angle when the yexy angle type is "Optional".
Public propertyTextAngleType
Get or set character orientation type.
Public propertyTextColor
Get or set the color of the character.
Public propertyTextLastpointDistance
Gets or sets the parallel distance from the last point.
Public propertyTextUnderline
Gets or sets a value indicating whether to add a line under the letter.
Public propertyTextUnderlineExtension
Get or set the extended length of the underline of the character.
Public propertyTextVerticalDistance
Gets or sets the vertical distance (apart) of the character.
Public propertyTextVerticalPosition
Gets or sets the vertical position of the character.
Public propertyUsePointedArrowUserAngle
Gets or sets a value that indicates whether to arbitrarily specify the angle of the tip of the pointed arrow selected with the arrow type.
Public propertyUseTextColor
Gets or sets a value indicating whether "color of character is different from leader line".
Public propertyWidthScale
Get or set the character width ratio.
Top
Methods
  NameDescription
Public methodCopyTo
Copy the figure setting value to another figure setting.
(Inherited from ShapeSettings.)
Public methodCopyToShape
Copy the figure setting value to the figure.
(Inherited from ShapeSettings.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also