Share via


TextElement.XamlRoot 속성

정의

이 요소를 볼 XamlRoot를 가져오거나 설정합니다.

public:
 property XamlRoot ^ XamlRoot { XamlRoot ^ get(); void set(XamlRoot ^ value); };
XamlRoot XamlRoot();

void XamlRoot(XamlRoot value);
public XamlRoot XamlRoot { get; set; }
var xamlRoot = textElement.xamlRoot;
textElement.xamlRoot = xamlRoot;
Public Property XamlRoot As XamlRoot

속성 값

이 요소를 볼 XamlRoot입니다. 기본값은 null입니다.

적용 대상