Typography.GetMathematicalGreek(DependencyObject) Metodo

Definizione

Restituisce il valore della proprietà associata MathematicalGreek relativa a un oggetto dipendenza specificato.

public:
 static bool GetMathematicalGreek(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static bool GetMathematicalGreek (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetMathematicalGreek : System.Windows.DependencyObject -> bool
Public Shared Function GetMathematicalGreek (element As DependencyObject) As Boolean

Parametri

element
DependencyObject

Oggetto dipendenza per cui recuperare il valore della proprietà MathematicalGreek.

Restituisce

Boolean

Valore corrente della proprietà associata MathematicalGreek per l'oggetto dipendenza specificato.

Attributi

Si applica a

Vedi anche