示例#1
0
        /// <summary>
        /// The direction to which the popup will expand, relative to the target that opened it
        /// </summary>
        /// <param name="value">The value that configures the direction.</param>
        public MobileActionSheetPopupSettingsBuilder Direction(MobilePopupDirection value)
        {
            container.Direction = value;

            return(this);
        }
        /// <summary>
        /// The direction to which the popup will expand, relative to the target that opened it
        /// </summary>
        /// <param name="value">The value that configures the direction.</param>
        public MobileActionSheetPopupSettingsBuilder Direction(MobilePopupDirection value)
        {
            container.Direction = value;

            return this;
        }