Version

ParsedStyles Property (IProvideAppStyling)

Keeps a collection of parsed style definitions loaded from external style sheets at design-time.
Syntax
'Declaration
 
Property ParsedStyles As ParsedStyleCollection
ParsedStyleCollection ParsedStyles {get; set;}

Property Value

A collection of style information parsed from this control's external CSS style sheet file.
Remarks

The integrated development environment (IDE) does not resolve styles for using Cascading Style Sheet (CSS) files which are linked external from the Web form. Application Styling can only be seen fully at design-time when the control manages for itself the style definitions contained by the style set's CSS style sheet files.

The Application Styling Framework(tm) (ASF) provides the ParsedStyleCollection class to collect style definitions loaded from a CSS style sheet file that has been loaded and parsed by the CSSParser class.

When a control supporting Application Styling renders at design-time, it must replace the CSS class names that appear in it's design-time markup with their corresponding inline HTML style attributes.

This property applies at design-time only.

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