CODLabelComponent::ChangeProperty

BOOL CODLabelComponent::ChangeProperty(CODProperty* pProperty, DWORD dwChangeFlags = OD_CHANGE_ALL)

Sets a property for a component.

Defined in: OdLabelComp.cpp

Parameters

pProperty

A pointer to a property object containing the new properties.

dwChangeFlags

Property-specific change flags describing which aspects of the specified property are to to be changed; use OD_CHANGE_ALL if you wish to change all aspects of the given property.

See Also

CODEditProperties CODFillProperties CODFontProperties CODLineProperties CODProperty