Method Visibility
Visibility<T>(T, Visibility)
Visibility of this global value
Declaration
public static T Visibility<T>([ValidatedNotNull] this T self, Visibility value)
where T : GlobalValue
Parameters
public static T Visibility<T>([ValidatedNotNull] this T self, Visibility value)
where T : GlobalValue
T | self | Value to modify |
Visibility | value | New value to set |
Returns
T |
|
Type Parameters
T | Type of the value (Must be GlobalValue or a type derived from it) |