다음을 통해 공유


IXamlDirect.SetDoubleProperty(Object, XamlPropertyIndex, Double) 메서드

정의

특정 IXamlDirect에 대한 Double 속성 값을 설정합니다.

이 설명서는 UWP용 WinUI 2에 적용됩니다(Windows 앱 SDKWinUI의 경우 Windows 앱 SDK 네임스페이스 참조).

public:
 void SetDoubleProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex, double value);
void SetDoubleProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, double const& value);
public void SetDoubleProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex, double value);
Public Sub SetDoubleProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value As Double)

매개 변수

xamlDirectObject
Object

Platform::Object

IInspectable

특정 IXamlDirect에 대한 참조입니다.

propertyIndex
XamlPropertyIndex

XamlPropertyIndex 열거형에서 지원되는 속성 목록의 값을 설정할 Double 속성에 대한 참조입니다.

value
Double

double

지정된 속성으로 설정할 Double 값입니다.

적용 대상

추가 정보