--- title: mask-border-repeat slug: Web/CSS/mask-border-repeat translation_of: Web/CSS/mask-border-repeat ---
mask-border-repeat
CSS 属性设置如何调整源图像的边缘区域以适应元素遮罩边框的尺寸。
/* Keyword value */ mask-border-repeat: stretch; mask-border-repeat: repeat; mask-border-repeat: round; mask-border-repeat: space; /* vertical | horizontal */ mask-border-repeat: round stretch; /* Global values */ mask-border-repeat: inherit; mask-border-repeat: initial; mask-border-repeat: unset;
可以从下面的列表中选择一个或两个值来指定 mask-border-repeat
属性。
stretch
repeat
round
space
{{csssyntax}}
规格 | 状态 | 解释 |
---|---|---|
{{SpecName("CSS Masks", "#propdef-mask-border-repeat", "mask-border-repeat")}} | {{Spec2("CSS Masks")}} | 初始偏差 |
TBD