| ThemeAttributeContentValue Property |
Gets or sets the value of the attribute.
Namespace: DigitalRune.Game.UI.Content.PipelineAssembly: DigitalRune.Game.UI.Content.Pipeline (in DigitalRune.Game.UI.Content.Pipeline.dll) Version: 1.7.0.0 (1.7.0.14427)
Syntax public string Value { get; set; }
Public Property Value As String
Get
Set
public:
property String^ Value {
String^ get ();
void set (String^ value);
}
member Value : string with get, set
Property Value
Type:
StringThe value of the attribute.
See Also