BorderType
BorderType
BorderType
Gets border type property value.
int BorderType() constReturn Value
Border type property value of the object assigned to the class instance. If there is no object assigned, it returns 0.
BorderType
Sets border type property value.
bool BorderType(
int type // property value
)Parameters
- type
[in] New border type property value.
Return Value
true - successful, false - cannot change the property.
Last updated on