Bagikan melalui


XamlDirect.SetDoubleProperty Metode

Definisi

Mengatur nilai properti Ganda untuk IXamlDirectObject tertentu.

public:
 virtual void SetDoubleProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, double value) = SetDoubleProperty;
void SetDoubleProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, double const& value);
public void SetDoubleProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, double value);
function setDoubleProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetDoubleProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Double)

Parameter

xamlDirectObject
IXamlDirectObject

Referensi ke IXamlDirectObject tertentu.

propertyIndex
XamlPropertyIndex

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

value
Double

double

Nilai ganda untuk diatur ke properti yang ditentukan.

Berlaku untuk

Lihat juga