I need to set the x:Uid attribute of some control programmatically? this attribute is used for localization.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
I am not really strong on this subject but if we are talking about the same thing, as you can see here: BamlLocalizableResourceKey.Uid Property
the public property has only a get, so you can't change it easily from C# code.
see more x:Uid Directive to find out that this property is set as directive and not like other attributes in XAML.