FioriButtonImagePosition
public enum FioriButtonImagePosition
Place the image along the top, leading, bottom, or trailing edge of the button.
-
place the image along the top edge of the button.
Declaration
Swift
case top
-
place the image along the leading edge of the button.
Declaration
Swift
case leading
-
place the image along the bottom edge of the button.
Declaration
Swift
case bottom
-
place the image along the trailing edge of the button.
Declaration
Swift
case trailing