Свойство | Type | Description | |
---|---|---|---|
GetCurrentState | bool | ||
Seal | void |
Méthode | Description | |
---|---|---|
IAddChild ( Object value ) : void |
This method is called to Add a Setter object as a child of the Style.
|
|
IAddChild ( string text ) : void |
This method is called by the parser when text appears under the tag in markup. As default Styles do not support text, calling this method has no effect.
|
|
ReceiveMarkupExtension ( object targetObject, XamlSetMarkupExtensionEventArgs eventArgs ) : void |
Méthode | Description | |
---|---|---|
GetCurrentState ( |
||
Seal ( ) : void |
public IAddChild ( Object value ) : void | ||
value | Object | /// The object to add as a child; it must be a Setter or subclass. /// |
Résultat | void |
public IAddChild ( string text ) : void | ||
text | string | /// Text to add as a child. /// |
Résultat | void |
public static ReceiveMarkupExtension ( object targetObject, XamlSetMarkupExtensionEventArgs eventArgs ) : void | ||
targetObject | object | |
eventArgs | XamlSetMarkupExtensionEventArgs | |
Résultat | void |