TextMeasureInfo.Characters Property
Definition
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.
The sum of property values.
public:
property Nullable<int> Characters { Nullable<int> get(); void set(Nullable<int> value); };
public int? Characters { get; set; }
member this.Characters : Nullable<int> with get, set
Public Property Characters As Nullable(Of Integer)