Proprietà RelativePositions.InternalBottomRight
Ottiene l'angolo inferiore destro interno 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 InternalBottomRight As RelativePosition
Get
public static RelativePosition InternalBottomRight { get; }
public:
static property RelativePosition^ InternalBottomRight {
RelativePosition^ get ();
}
static member InternalBottomRight : RelativePosition
static function get InternalBottomRight () : RelativePosition
Valore proprietà
Tipo: Microsoft.Windows.Design.Interaction.RelativePosition
Oggetto RelativePosition che rappresenta l'angolo inferiore destro interno 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