TextElementEditingBehaviorAttribute.IsTypographicOnly Property

Definition

Gets or sets a value indicating whether the text element provides formatting on a character basis, or if the formatting applies to the entire element.

public:
 property bool IsTypographicOnly { bool get(); void set(bool value); };
public bool IsTypographicOnly { get; set; }
member this.IsTypographicOnly : bool with get, set
Public Property IsTypographicOnly As Boolean

Property Value

true if formatting should apply to the individual characters; false if the formatting should apply to the entire element.

Remarks

When IsTypographicOnly is true and the user copies and pastes part of the content of a custom text element, the formatting is preserved. When IsTypographicOnly is false, the formatting is preserved only if the user copies and pastes all of the content of the custom text element.

TextElementEditingBehaviorAttribute is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to