Partilhar via


Theme.SelectionFormat Property

Applies to v2.

Gets the selection format for the theme with specified format data.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property SelectionFormat As FormatData 
    Get
'Usage
Dim value As FormatData 

value = Me.SelectionFormat
protected virtual FormatData SelectionFormat { get; }
protected:
virtual property FormatData^ SelectionFormat {
    FormatData^ get ();
}
abstract SelectionFormat : FormatData 
override SelectionFormat : FormatData
function get SelectionFormat () : FormatData

Property Value

Type: Microsoft.WebMatrix.Extensibility.Editor.FormatData
The format data that specifies the selection format for the theme.

See Also

Reference

Theme Class

Microsoft.WebMatrix.Extensibility.Editor Namespace