Version

StyleSheetFileName Property (IProvideAppStyling)

Default style sheet filename used by the implementing control.
Syntax
'Declaration
 
Property StyleSheetFileName As String
string StyleSheetFileName {get; set;}

Property Value

Filename of the cascading style sheet (CSS) file, with the ".css" extension.
Exceptions
ExceptionDescription
System.NotSupportedException

May be thrown by implementations that do not support setting this property.

Implementations are allowed to ignore assignments to this property without throwing an exception.

Remarks

The set method (mutator) of this property is included only for backwards compatibility. Application Styling Framework(tm) (ASF) does not recognize changes made to this property.

A non-default style sheet filename may be specified if it is done in a fully-qualified StyleSetPath.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also