InsertedCost Property
Summary
The cost of an inserted character.
Syntax
public int InsertedCost { get; set; }
Public Property InsertedCost() As Integer
Get
Set
public:
property Int32 InsertedCost
{
Int32 get()
void set(Int32 value)
}
Property Value
An integer corresponding to the cost of an inserted character. Default value is 1.