RenderOptions.GetEdgeMode(DependencyObject) Metodo

Definizione

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

public:
 static System::Windows::Media::EdgeMode GetEdgeMode(System::Windows::DependencyObject ^ target);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.Media.EdgeMode GetEdgeMode (System.Windows.DependencyObject target);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetEdgeMode : System.Windows.DependencyObject -> System.Windows.Media.EdgeMode
Public Shared Function GetEdgeMode (target As DependencyObject) As EdgeMode

Parametri

target
DependencyObject

Oggetto dipendenza da cui recuperare il valore della proprietà associata EdgeMode.

Restituisce

EdgeMode

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

Attributi

Eccezioni

Il valore specificato per il parametro target è null.

Commenti

Il valore predefinito per le primitive di disegno non di testo, ad esempio Ellipse e Polygon, è Unspecified.

Si applica a