Method Visibility
Visibility<T>(T, Visibility)
Visibility of this global value
public static T Visibility<T>(this T self, Visibility value) where T : GlobalValue
Parameters
selfTValue to modify
valueVisibilityNew value to set
Returns
- T
selffor fluent usage patterns
Type Parameters
TType of the value (Must be GlobalValue or a type derived from it)
- See Also