Метод | Описание | |
---|---|---|
GetViewProperty ( this view, string name ) : string | ||
SetViewProperty ( this view, string name, string value ) : void |
public static GetViewProperty ( this view, string name ) : string | ||
view | this | |
name | string | |
Результат | string |
public static SetViewProperty ( this view, string name, string value ) : void | ||
view | this | |
name | string | |
value | string | |
Результат | void |