public TextBlock EntryTextBlock { get; set; }
Public Property EntryTextBlock As TextBlock Get Set
public: property TextBlock^ EntryTextBlock { TextBlock^ get (); void set (TextBlock^ value); }