Image.SetBlendColor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetBlendColor(BindableObject, Color) |
Sets the blend color. |
SetBlendColor(IPlatformElementConfiguration<Tizen,Image>, Color) |
Sets the blend color. |
SetBlendColor(BindableObject, Color)
- Source:
- Image.cs
- Source:
- Image.cs
Sets the blend color.
public:
static void SetBlendColor(Microsoft::Maui::Controls::BindableObject ^ element, Microsoft::Maui::Graphics::Color ^ color);
public static void SetBlendColor(Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Color color);
static member SetBlendColor : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Graphics.Color -> unit
Public Sub SetBlendColor (element As BindableObject, color As Color)
Parameters
- element
- BindableObject
- color
- Color
The new blend color value.
Applies to
SetBlendColor(IPlatformElementConfiguration<Tizen,Image>, Color)
- Source:
- Image.cs
- Source:
- Image.cs
Sets the blend color.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::Image ^> ^ SetBlendColor(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::Image ^> ^ config, Microsoft::Maui::Graphics::Color ^ color);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.Image> SetBlendColor(this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.Image> config, Microsoft.Maui.Graphics.Color color);
static member SetBlendColor : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.Image> * Microsoft.Maui.Graphics.Color -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.Image>
<Extension()>
Public Function SetBlendColor (config As IPlatformElementConfiguration(Of Tizen, Image), color As Color) As IPlatformElementConfiguration(Of Tizen, Image)
Parameters
- config
- IPlatformElementConfiguration<Tizen,Image>
The platform configuration for the image on the Tizen platform whose blend color to set.
- color
- Color
The new blend color value.
Returns
A fluent object on which the developer may make further method calls.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI