TextElementEditingBehaviorAttribute.IsTypographicOnly Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
true
if formatting should apply to the individual characters; false
if the formatting should apply to the entire element.
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.
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: