IStylesProvider Interface

Definition

Provides access to the visual styles associated with the content of a document.

public interface class IStylesProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(442202647, 31745, 19436, 156, 212, 45, 250, 125, 194, 70, 205)]
struct IStylesProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(442202647, 31745, 19436, 156, 212, 45, 250, 125, 194, 70, 205)]
public interface IStylesProvider
Public Interface IStylesProvider
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

ExtendedProperties

Gets a string value that contains additional property info. The info is for properties are that are not included in this control pattern, but that provide information about the document content that might be useful to the user.

FillColor

Gets the fill color of an element in a document.

FillPatternColor

Gets the color of the pattern used to fill an element in a document.

FillPatternStyle

Gets a string that represents the fill pattern style of an element in a document.

Shape

Gets a string that represents the shape of an element in a document.

StyleId

Gets the identifier for a visual style of an element in a document.

StyleName

Gets the name of the visual style of an element in a document.

Applies to