BrowsableAttribute Fields

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The BrowsableAttribute type exposes the following members.

Fields

  Name Description
Public fieldStatic memberSupported by Silverlight for Windows Phone Default Specifies the default value for the BrowsableAttribute, which is Yes. This static field is read-only.
Public fieldStatic memberSupported by Silverlight for Windows Phone No Specifies that a property or event cannot be modified at design time. This static field is read-only.
Public fieldStatic memberSupported by Silverlight for Windows Phone Yes Specifies that a property or event can be modified at design time. This static field is read-only.

Top