Click or drag to resize

TextSettings Class

Represents character setting.
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 TextSettings : ShapeSettings

The TextSettings type exposes the following members.

Constructors
  NameDescription
Protected methodTextSettings
Initializes a new instance of the TextSettings class
Top
Properties
  NameDescription
Public propertyAlignment
Get or set the alignment reference position.
Public propertyBackgroundColor
Get or set the background color of the text.
Public propertyBackgroundTransparency
Gets or sets the transparency of the text background color.
Public propertyBold
Gets or sets a value indicating whether the character is bold.
Public propertyColor
Get or set the color.
Public propertyDirectionVertical
Gets or sets the orientation of the character.
Public propertyDocument
Get the document.
(Inherited from ShapeSettings.)
Public propertyFontHeight
Get or set the character height.
Public propertyFontName
Get or set font name.
Public propertyHorizontalReverse
Gets or sets a value indicating whether the character is inverted horizontally.
Public propertyLineSpacing
Get or set line spacing.
Public propertyOutline
Gets or sets a value indicating whether the character is hollowed out.
Public propertyOverline
Gets or sets a value indicating whether an upper line is attached to the character.
Public propertyShowBackground
Gets or sets a value that indicates whether to display the background color of the text.
Public propertySlant
Gets or sets the slope of the character.
Public propertySpacing
Get or set character spacing.
Public propertyStrikeout
Gets or sets a value indicating whether a strikethrough is attached to the character.
Public propertyStyles
Get style collection of shapes.
(Inherited from ShapeSettings.)
Public propertyUnderline
Gets or sets a value indicating whether the character is underlined.
Public propertyVerticalReverse
Gets or sets a value indicating whether the character is turned upside down.
Public propertyWidthScale
Get or set the character width ratio.
Public propertyWordWrap
Gets or sets a value indicating Whether to prevent automatic line breaks in the middle of an English word.
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