DecoratorHostShapeBase::ManuallySized Property

 

Gets or sets the value of ManuallySized domain property. Description for Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape.Manually Sized

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape/ManuallySized.DisplayName", 
	(CoreDesignSurfaceDomainModel^::typeid), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape/ManuallySized.Description", 
	(CoreDesignSurfaceDomainModel^::typeid), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[BrowsableAttribute(false)]
[DomainObjectIdAttribute("89065ea3-95f2-4f0a-a926-d4d4583a0a9f")]
property bool ManuallySized {
	virtual bool get() sealed;
	virtual void set(bool value) sealed;
}

Property Value

Type: System::Boolean

Return to top
Show: