FormatData Class
Applies to v2.
Represents a class that stores format data.
Inheritance Hierarchy
System.Object
Microsoft.WebMatrix.Extensibility.Editor.FormatData
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Class FormatData
'Usage
Dim instance As FormatData
public class FormatData
public ref class FormatData
type FormatData = class end
public class FormatData
The FormatData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FormatData() | Initializes a new instance of the FormatData class. | |
FormatData(FormatData) | Initializes a new instance of the FormatData class with its initial data. |
Top
Properties
Name | Description | |
---|---|---|
BackColor | Gets or sets the back color. | |
ForeColor | Gets or sets the fore color. | |
IsBold | Gets or sets whether the format is in bold setting. | |
IsGlobalEditorFormat | Gets or sets whether the data is in a GlobalEditorFormat. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.