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
self
TValue to modify
value
VisibilityNew value to set
Returns
- T
self
for fluent usage patterns
Type Parameters
T
Type of the value (Must be GlobalValue or a type derived from it)
- See Also