DXPopup.ShadowColor Property
Gets or sets the color of the Popup’s shadow.
Namespace: DevExpress.XamarinForms.Popup
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public Color ShadowColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The Popup’s shadow color. |
See Also