Compartir a través de


AnchoringBehavior.HasBottomAnchor Property

Gets a value indicating whether a bottom anchor has been specified.

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

Syntax

'Declaración
Public ReadOnly Property HasBottomAnchor As Boolean
    Get
public bool HasBottomAnchor { get; }
public:
property bool HasBottomAnchor {
    bool get ();
}
member HasBottomAnchor : bool
function get HasBottomAnchor () : boolean

Property Value

Type: System.Boolean

Remarks

Gets a value that indicates whether a bottom anchor has been specified.

.NET Framework Security

See Also

Reference

AnchoringBehavior Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace