Share via


RibbonTwoLineText.GetHasTwoLines(DependencyObject) Metodo

Definizione

Ottiene il valore della proprietà associata HasTwoLines per un oggetto.

public:
 static bool GetHasTwoLines(System::Windows::DependencyObject ^ element);
public static bool GetHasTwoLines (System.Windows.DependencyObject element);
static member GetHasTwoLines : System.Windows.DependencyObject -> bool
Public Shared Function GetHasTwoLines (element As DependencyObject) As Boolean

Parametri

element
DependencyObject

Oggetto da cui viene letto il valore della proprietà.

Restituisce

Il valore della proprietà HasTwoLines dell'oggetto.

Eccezioni

Il valore specificato per il parametro element è null.

Si applica a