Localization.CommentsProperty Field

Definition

Identifies the Comments attached property.

public: static initonly System::Windows::DependencyProperty ^ CommentsProperty;
public static readonly System.Windows.DependencyProperty CommentsProperty;
 staticval mutable CommentsProperty : System.Windows.DependencyProperty
Public Shared ReadOnly CommentsProperty As DependencyProperty 

Field Value

Examples

The following code example shows how to get and set the Comments attached property for a text block.

Applies to