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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.Interaction