Show / Hide Table of Contents

    Class Settings

    Forms9Patch Settings (for use by Forms9Patch PCL code).

    Inheritance
    Object
    Settings
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    public static class Settings

    Fields

    HapticEffectMode

    Haptic effect to use if HapticEffect = Default;

    Declaration
    public static EffectMode HapticEffectMode
    Field Value
    Type Description
    EffectMode

    KeyClicks

    Are haptics active by default?

    Declaration
    public static KeyClicks KeyClicks
    Field Value
    Type Description
    KeyClicks

    ListViewCellSwipePopupMenuButtonColor

    Color for background of ListView Cell swipe popup menu buttons.

    Declaration
    public static Color ListViewCellSwipePopupMenuButtonColor
    Field Value
    Type Description
    Color

    ListViewCellSwipePopupMenuButtonOutlineColor

    OutlineColor for background of ListView Cell swipe popup menu buttons.

    Declaration
    public static Color ListViewCellSwipePopupMenuButtonOutlineColor
    Field Value
    Type Description
    Color

    ListViewCellSwipePopupMenuButtonOutlineRadius

    OutlineRadius for background of ListView Cell swipe popup menu buttons.

    Declaration
    public static float ListViewCellSwipePopupMenuButtonOutlineRadius
    Field Value
    Type Description
    Single

    ListViewCellSwipePopupMenuButtonOutlineWidth

    OutlineWidth for background of ListView Cell swipe popup menu buttons.

    Declaration
    public static float ListViewCellSwipePopupMenuButtonOutlineWidth
    Field Value
    Type Description
    Single

    ListViewCellSwipePopupMenuButtonSeparatorWidth

    SeparatorWidth for background of ListView Cell swipe popup menu buttons.

    Declaration
    public static float ListViewCellSwipePopupMenuButtonSeparatorWidth
    Field Value
    Type Description
    Single

    ListViewCellSwipePopupMenuFontSize

    FontSize for ListView Cell swipe popup menu text.

    Declaration
    public static double ListViewCellSwipePopupMenuFontSize
    Field Value
    Type Description
    Double

    ListViewCellSwipePopupMenuTextColor

    Color for ListView Cell swipe popup menu text.

    Declaration
    public static Color ListViewCellSwipePopupMenuTextColor
    Field Value
    Type Description
    Color

    ListViewCellSwipePopupMenuWidthRequest

    WidthRequest for ListView Cell swipe popup menu.

    Declaration
    public static double ListViewCellSwipePopupMenuWidthRequest
    Field Value
    Type Description
    Double

    ShadowOffset

    The shadow offset.

    Declaration
    public static Point ShadowOffset
    Field Value
    Type Description
    Point

    ShadowRadius

    The shadow radius.

    Declaration
    public static double ShadowRadius
    Field Value
    Type Description
    Double

    SoundEffectMode

    Sound effect to use if SoundEffect = Default;

    Declaration
    public static EffectMode SoundEffectMode
    Field Value
    Type Description
    EffectMode
    Back to top Copyright © 2018 42nd Parallel