Condividi tramite


XamlDirect.SetGridLengthProperty Metodo

Definizione

Imposta il valore di una proprietà GridLength per un oggetto IXamlDirectObject specifico.

public:
 virtual void SetGridLengthProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, GridLength value) = SetGridLengthProperty;
void SetGridLengthProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, GridLength const& value);
public void SetGridLengthProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, GridLength value);
function setGridLengthProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetGridLengthProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As GridLength)

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

Riferimento alla proprietà GridLength per impostare il valore di dall'elenco delle proprietà supportate in XamlPropertyIndex enumerazione.

value
GridLength

Valore GridLength da impostare sulla proprietà specificata.

Si applica a

Vedi anche