| IThemePropertyCollectionItem Property |
Value associated with the specified property name
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax string this[
string name
] { get; set; }
Default Property Item (
name As String
) As String
Get
Set
property String^ default[String^ name] {
String^ get (String^ name);
void set (String^ name, String^ value);
}
Parameters
- name
- Type: SystemString
Name of the property to read
Property Value
Type:
StringSee Also