LineLabelShape.ManuallySized 属性

获取或设置 ManuallySized 字段的特性的值。Microsoft.VisualStudio.Modeling.Diagrams.LineLabelShape.Manually 的声明大小

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)

语法

声明
<BrowsableAttribute(False)> _
<DomainObjectIdAttribute("ce746bbb-e50e-411e-9f06-64a95bb932b7")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LineLabelShape/ManuallySized.Description",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LineLabelShape/ManuallySized.DisplayName",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
Public Property ManuallySized As Boolean
[BrowsableAttribute(false)]
[DomainObjectIdAttribute("ce746bbb-e50e-411e-9f06-64a95bb932b7")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LineLabelShape/ManuallySized.Description", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LineLabelShape/ManuallySized.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
public bool ManuallySized { get; set; }

属性值

类型:System.Boolean

实现

ILineLabel.ManuallySized

.NET Framework 安全性

请参见

参考

LineLabelShape 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间