Version 24.2 (latest)

RichTextStyleBase Class Properties

For a list of all members of this type, see RichTextStyleBase members.

Public Properties
 NameDescription
Public PropertyAliasesGets/sets a comma delimited string with alternate names to display for this style  
Public PropertyAutoRedefineDetermines if this style will be automatically changed when a paragraph that is using it changes its settings.  
Public PropertyBasedOnGets/sets a string to uniquely identify the style  
Public PropertyDisplayModeGets/sets the display mode for the style.  
Public PropertyIdGets/sets a string to uniquely identify the style. The id is case sensitive.  
Public PropertyIsCustomDetermines if this style is a custom style created by the user.  
Public PropertyIsDefaultDetermines if this style is the default style to use for its style type.  
Public PropertyIsLockedDetermines if this style can be applied to new content.  
Public PropertyIsPrimaryDetermines if this style is a primary style.  
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyLinkedStyleGets/sets an id of a style to link with this style, e.g. a ParagraphStyle and be associacted (i.e. linked) with a CharacterStyle  
Public PropertyNameGets/sets the primary name of the style.  
Public PropertySortPriorityGets/sets a priority used when ordering the list of styles displayed to the user.  
Public PropertyUnhideWhenUsedDetermines if this style is unhidden the first time it is used.  
See Also