EdgeUIThemeTransition.Edge 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于过渡的边缘位置。
public:
property EdgeTransitionLocation Edge { EdgeTransitionLocation get(); void set(EdgeTransitionLocation value); };
EdgeTransitionLocation Edge();
void Edge(EdgeTransitionLocation value);
public EdgeTransitionLocation Edge { get; set; }
var edgeTransitionLocation = edgeUIThemeTransition.edge;
edgeUIThemeTransition.edge = edgeTransitionLocation;
Public Property Edge As EdgeTransitionLocation
<EdgeUIThemeTransition Edge="edgeTransitionLocationMemberName" .../>
属性值
枚举的一个值。 默认值为 Top。