Property | Type | Description | |
---|---|---|---|
GetAttribute | string | ||
LowerNamespace | void | ||
Merge | void |
Method | Description | |
---|---|---|
GenerateXaml ( ) : string |
Generate the XAML markup for the default style.
|
|
Load ( string path ) : |
Load a DefaultStyle from the a project item.
|
|
Merge ( IEnumerable |
Merge a sequence of DefaultStyles into a single style.
|
|
ToString ( ) : string |
Generate the XAML markup for the default style.
|
Method | Description | |
---|---|---|
DefaultStyle ( ) : System |
Initializes a new instance of the DefaultStyle class.
|
Method | Description | |
---|---|---|
GetAttribute ( System.Xml.Linq.XElement element ) : string |
Get the value of the first attribute that is defined.
|
|
LowerNamespace ( string prefix ) : void |
Lower a namespace from the root ResourceDictionary to its child resources.
|
|
Merge ( |
Merge with another DefaultStyle.
|
public static Load ( string path ) : |
||
path | string | /// Path of the default style which is used for reporting errors. /// |
return |
public static Merge ( IEnumerable |
||
styles | IEnumerable |
Sequence of DefaultStyles. |
return |