enum BorderImageFill : System.Enum

robot_2Generated
code_blocksInput

Description

The BorderImageFill enum represents the state of the fill setting of the border-image-slice (or border-image) CSS property in the Sandbox.UI namespace. It determines whether the middle of the container is filled with the border's background image.

Members

Fields

Member NameSummary
UnfilledDo not fill the middle of the container with the border's background image.
FilledDo fill the middle of the container with the border's background image.