IStylesProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to the visual styles associated with the content of a document.
public interface class IStylesProvider
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3632879673, 72, 21726, 156, 31, 21, 45, 230, 102, 94, 128)]
struct IStylesProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3632879673, 72, 21726, 156, 31, 21, 45, 230, 102, 94, 128)]
public interface IStylesProvider
Public Interface IStylesProvider
- Attributes
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. |