ASPxRichEditFont Members
Defines a font in the ASPxRichEdit control.Constructors
Name | Description |
---|---|
ASPxRichEditFont() | Initializes a new instance of the ASPxRichEditFont class. |
ASPxRichEditFont(String, String, Boolean, String, String, String, String) | Initializes a new instance of the ASPxRichEditFont class with specified settings. |
ASPxRichEditFont(String, String, Boolean) | Initializes a new instance of the ASPxRichEditFont class with specified settings. |
ASPxRichEditFont(String, String, String, String, String, String) | Initializes a new instance of the ASPxRichEditFont class with specified settings. |
ASPxRichEditFont(String, String) | Initializes a new instance of the ASPxRichEditFont class with specified settings. |
Properties
Name | Description |
---|---|
BoldFontUri | Specifies the URI of a file that contains the font in bold. |
BoldItalicFontUri | Specifies the URI of a file that contains the font in the bold and italic style. |
Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
FontFamily | Specifies the font family. |
Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
ItalicFontUri | Specifies the URI of a file that contains the font in the italic style. |
Name | Specifies the font name. |
RegularFontUri | Specifies the URI of a file that contains the font in the regular style. |
UseGoogleFonts | Specifies whether the font’s source files should be downloaded from Google Fonts. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the string that represents the current object. Inherited from CollectionItem. |
See Also