RenderWithAttribute.SupportedVisuals Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the visual types supported by this renderer.
public:
property cli::array <Type ^> ^ SupportedVisuals { cli::array <Type ^> ^ get(); };
public Type[] SupportedVisuals { get; }
member this.SupportedVisuals : Type[]
Public ReadOnly Property SupportedVisuals As Type()