Connector.ExposesThicknessAsProperty 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 or sets the value of ExposesThicknessAsProperty domain property. If True, then a domain property has been added to the connector to allow the thickness to be exposed in the properties window of the generated designer.
public:
property bool ExposesThicknessAsProperty { bool get(); };
[Microsoft.VisualStudio.Modeling.Design.CategoryResource("Microsoft.VisualStudio.Modeling.DslDefinition.Connector/ExposesThicknessAsProperty.Category", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.DslDefinition.Connector/ExposesThicknessAsProperty.Description", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.DslDefinition.Connector/ExposesThicknessAsProperty.DisplayName", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.DomainObjectId("0cdcd0e5-d907-4891-b44d-3822dd936ea6")]
[Microsoft.VisualStudio.Modeling.DomainProperty(Kind=Microsoft.VisualStudio.Modeling.DomainPropertyKind.Calculated)]
[System.ComponentModel.ReadOnly(true)]
public bool ExposesThicknessAsProperty { [System.Diagnostics.DebuggerStepThrough] get; }
[<Microsoft.VisualStudio.Modeling.Design.CategoryResource("Microsoft.VisualStudio.Modeling.DslDefinition.Connector/ExposesThicknessAsProperty.Category", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.DslDefinition.Connector/ExposesThicknessAsProperty.Description", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.DslDefinition.Connector/ExposesThicknessAsProperty.DisplayName", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.DomainObjectId("0cdcd0e5-d907-4891-b44d-3822dd936ea6")>]
[<Microsoft.VisualStudio.Modeling.DomainProperty(Kind=Microsoft.VisualStudio.Modeling.DomainPropertyKind.Calculated)>]
[<System.ComponentModel.ReadOnly(true)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.ExposesThicknessAsProperty : bool
Public ReadOnly Property ExposesThicknessAsProperty As Boolean
Property Value
- Attributes