티스토리 뷰
/*
* <ABC.Resources>
* <Style TargetType="TextBox">
* <Setter Property="FontSize" Value="25" />
* </Style>
* </ABC.Resources>
*/
Style^ textStyle = ref new Windows::UI::Xaml::Style(Windows::UI::Xaml::Interop::TypeName(TextBox::typeid));
Setter^ fontSizeSetter = ref new Setter(TextBox::FontSizeProperty, ref new Platform::Box<int>(25));
textStyle->Setters->Append(fontSizeSetter);
myABCControl->Resources->Insert(nullptr, textStyle);
- operator Windows::UI::Xaml::Interop::TypeName()
- https://docs.microsoft.com/en-us/cpp/cppcx/operator-windows-ui-xaml-interop-typename
- Platform::Type^ -> 변환 -> Winodws::UI::Xaml::Interop::TypeName
- Platform::Type^은 클래스::typeid 혹은 인스턴스->GetType() 으로. (후자 안 해봄)
대상이 런타임에 만들어지는 ControlTemplate 이 소스이면 다 소용없고 VisualTreeHelper의 GetChildrenCount / GetChild 와 FrameworkElement::FindName 을 활용해서 찾아야 함. 템플릿이 바뀌면 코드가 꽝나는 건 덤
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- upbit
- vuex
- K8s
- 오라클 클라우드
- Sass
- pdf.js
- mvu
- gitea
- C++ FAQ
- Oracle Cloud Infrastructure
- pleroma
- kotlin당했다
- 쿠버네티스
- OStatus
- 오라클 클라우드 인프라
- 마스토돈
- javascript
- 토이프로젝트
- 시스어드민
- C#
- exercism
- ArchLinuxARM
- rust-lang
- scss
- Godot Engine
- 업비트
- ActivityPub
- c++
- 개발기록
- 왜 생각이 안 났지
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함