FrameworkElement.FocusVisualSecondaryThickness 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
FrameworkElement에 대한 또는 포커스 시각적 개체의 HighVisibility
내부 테두리 두께를 가져오거나 Reveal
설정합니다.
public:
property Thickness FocusVisualSecondaryThickness { Thickness get(); void set(Thickness value); };
Thickness FocusVisualSecondaryThickness();
void FocusVisualSecondaryThickness(Thickness value);
public Thickness FocusVisualSecondaryThickness { get; set; }
var thickness = frameworkElement.focusVisualSecondaryThickness;
frameworkElement.focusVisualSecondaryThickness = thickness;
Public Property FocusVisualSecondaryThickness As Thickness
속성 값
HighVisibility 포커스 시각적 개체의 내부 테두리 두께입니다. 기본값은 1
입니다.
예제
<Button Content="Button"
FocusVisualSecondaryThickness="1"/>
설명
HighVisibility 및 Reveal 포커스 시각적 개체는 외부(기본) 및 내부(보조) 테두리로 렌더링됩니다.
자세한 내용은 높은 가시성 포커스 시각적 개체 및 포커스 표시를 참조하세요.