BorderType 枚举

定义

指定带有填充边框背景的视觉样式元素的边框类型。

public enum class BorderType
public enum BorderType
type BorderType = 
Public Enum BorderType
继承
BorderType

字段

Ellipse 2

椭圆边框。

Rectangle 0

矩形边框。

RoundedRectangle 1

带有圆角的矩形边框。

注解

当使用参数值调用方法时,这些 BorderType 值表示该方法的 GetEnumValue 返回值 EnumProperty.BorderType

适用于