c# - Accessing and using a datatemplate textbox in xaml.cs -
normally when create textbox can utilize in visual studios so. xaml
<textblock name="bednumbertextblock" fontsize="26" foreground="white" fontfamily="segoe ui" horizontalalignment="left" margin="10,0">
c#
bednumbertextblock.visibility =visibility.collapsed;
however when textblock enclosed in info template cannot find command visibility. 1 show me how find textblock , collapse visibility please?
c# wpf visual-studio-2010 xaml textblock
No comments:
Post a Comment