Style Property (ContentControl)
In This Topic
Gets or sets the style which shall be applied to the text of the content control in replacement of placeholder text.
When placeholder text is present in a content control, its formatting is often different than the desired underlying formatting,
and this property specifies the style which shall be used for non-placeholder text contents when they are initially added to the control.
Syntax
'Declaration
Public Property Style As Style
public Style Style {get; set;}
See Also