Condividi tramite


Proprietà RelativePositions.Bounds

Ottiene le proprietà LeftSide, TopSide, RightSide e BottomSide di un elemento nell'area di progettazione.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property Bounds As RelativePosition()
    Get
public static RelativePosition[] Bounds { get; }
public:
static property array<RelativePosition^>^ Bounds {
    array<RelativePosition^>^ get ();
}
static member Bounds : RelativePosition[]
static function get Bounds () : RelativePosition[]

Valore proprietà

Tipo: array<Microsoft.Windows.Design.Interaction.RelativePosition[]
Oggetto RelativePositions che rappresenta i lati sinistro, superiore, destro e inferiore di un elemento nell'area di progettazione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RelativePositions Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Estensibilità di Progettazione WPF