Bagikan melalui


XamlDirect.SetRectProperty(IXamlDirectObject, XamlPropertyIndex, Rect) Metode

Definisi

Mengatur nilai properti Rect untuk IXamlDirectObject tertentu.

public:
 virtual void SetRectProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Rect value) = SetRectProperty;
void SetRectProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Rect const& value);
public void SetRectProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Rect value);
function setRectProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetRectProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Rect)

Parameter

xamlDirectObject
IXamlDirectObject

Referensi ke IXamlDirectObject tertentu.

propertyIndex
XamlPropertyIndex

Referensi ke properti Rect untuk mengatur nilai dari daftar properti yang didukung di enum XamlPropertyIndex .

value
Rect

Nilai rect untuk diatur ke properti yang ditentukan.

Berlaku untuk

Lihat juga