ImageButton.SetShadowRadius 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
SetShadowRadius(BindableObject, Double) | |
SetShadowRadius(IPlatformElementConfiguration<Android,ImageButton>, Double) |
SetShadowRadius(BindableObject, Double)
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
public:
static void SetShadowRadius(Microsoft::Maui::Controls::BindableObject ^ element, double value);
public static void SetShadowRadius (Microsoft.Maui.Controls.BindableObject element, double value);
static member SetShadowRadius : Microsoft.Maui.Controls.BindableObject * double -> unit
Public Sub SetShadowRadius (element As BindableObject, value As Double)
Parameters
- element
- BindableObject
- value
- Double
Applies to
SetShadowRadius(IPlatformElementConfiguration<Android,ImageButton>, Double)
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Android ^, Microsoft::Maui::Controls::ImageButton ^> ^ SetShadowRadius(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Android ^, Microsoft::Maui::Controls::ImageButton ^> ^ config, double value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton> SetShadowRadius (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton> config, double value);
static member SetShadowRadius : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.ImageButton> * double -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.ImageButton>
<Extension()>
Public Function SetShadowRadius (config As IPlatformElementConfiguration(Of Android, ImageButton), value As Double) As IPlatformElementConfiguration(Of Android, ImageButton)
Parameters
- value
- Double
Returns
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI