SimpleButton.ShowShadow Property
Gets or sets the button shadow visibility.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public bool ShowShadow { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True, to make the shadow visible; otherwise, false. |
See Also