다음을 통해 공유


Button.ImageSource 속성

정의

단추에 비트맵 이미지 표시를 허용합니다. 이는 바인딩 가능 속성입니다.

public:
 property Microsoft::Maui::Controls::ImageSource ^ ImageSource { Microsoft::Maui::Controls::ImageSource ^ get(); void set(Microsoft::Maui::Controls::ImageSource ^ value); };
public Microsoft.Maui.Controls.ImageSource ImageSource { get; set; }
member this.ImageSource : Microsoft.Maui.Controls.ImageSource with get, set
Public Property ImageSource As ImageSource

속성 값

설명

자세한 옵션은 를 참조하세요 ImageButton.

적용 대상