Freigeben über


XamlDirect.SetGridLengthProperty Methode

Definition

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)

Parameter

xamlDirectObject
IXamlDirectObject

Ein Verweis auf das spezifische IXamlDirectObject.

propertyIndex
XamlPropertyIndex

Ein Verweis auf die GridLength-Eigenschaft , um den Wert von aus der Liste der unterstützten Eigenschaften in xamlPropertyIndex-Enumeration festzulegen.

value
GridLength

GridLength-Wert , der auf die angegebene Eigenschaft festgelegt werden soll.

Gilt für:

Weitere Informationen