HeaderFieldDefinition
This definition creates a TextBlock control containing static text and can be used as a section header. The controls font is set to boldface, and a thin grey line appears below it. The
Title property contains the text to display in the header, or alternatively you can provide a value in the
PropertyName property to bind the header text to a property of your model object.
Properties
public Rectangle SeparatorRectangle { get; } Returns the
Rectangle element used to provider the separator line beneath the header.
Controls Created:
- ContentControl *ContainerControl)