TextCollapsingProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the characteristics of collapsed text.
public ref class TextCollapsingProperties abstract
public abstract class TextCollapsingProperties
type TextCollapsingProperties = class
Public MustInherit Class TextCollapsingProperties
- Inheritance
-
TextCollapsingProperties
- Derived
Remarks
Line collapsing is the ability to reduce displaying space for a line by not showing part of the line's text. Depending on the collapsing style, a collapsing symbol may be shown at the location where the collapsed text occurred.
Constructors
TextCollapsingProperties() |
Initializes a new instance of the TextCollapsingProperties class. |
Properties
Style |
Gets the style of the collapsed text. |
Symbol |
Gets the text run that is used as the collapsed text symbol. |
Width |
Gets the width of the range of collapsed text. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |