RibbonTwoLineText.SetPathData(DependencyObject, Geometry) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Define o valor da PathData propriedade associada para um objeto.
public:
static void SetPathData(System::Windows::DependencyObject ^ element, System::Windows::Media::Geometry ^ value);
public static void SetPathData(System.Windows.DependencyObject element, System.Windows.Media.Geometry value);
static member SetPathData : System.Windows.DependencyObject * System.Windows.Media.Geometry -> unit
Public Shared Sub SetPathData (element As DependencyObject, value As Geometry)
Parâmetros
- element
- DependencyObject
O objeto ao qual a propriedade anexada está escrita.
- value
- Geometry
O valor a definir.
Exceções
O especificado element é null.