EmbeddedPhotoPickerUiCustomizationParams.IsSelectionBarVisibleInExpandedMode Property
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.
Returns whether the Selection Bar should be visible in expanded mode in Embedded picker as set by the calling application.
public bool IsSelectionBarVisibleInExpandedMode { [Android.Runtime.Register("isSelectionBarVisibleInExpandedMode", "()Z", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("isSelectionBarVisibleInExpandedMode", "()Z", "", ApiSince=37)>]
member this.IsSelectionBarVisibleInExpandedMode : bool
Property Value
true if the selection bar should be visible, false otherwise.
- Attributes