PhysicalFacetAttribute Class
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.
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class PhysicalFacetAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type PhysicalFacetAttribute = class
inherit Attribute
Public NotInheritable Class PhysicalFacetAttribute
Inherits Attribute
- Inheritance
-
PhysicalFacetAttribute
- Attributes
Constructors
PhysicalFacetAttribute() |
Creates a PhysicalFacet with no options selected |
PhysicalFacetAttribute(PhysicalFacetOptions) |
Creates a PhysicalFacet with the options specified in the constructor |
Properties
IsReadOnly |
Indicates whether the facet is read-only |