TdxRichEditControlChangeFloatingObjectOutlineWidth.ValueAsPoints Property
Specifies the floating object’s outline width (in typographic points) assigned by the action object.
Declaration
property ValueAsPoints: Single read; write;
Property Value
Type |
---|
Single |
Remarks
Normally, a value picked by an end-user by using a TcxBarEditItem UI element within a TdxRibbon or TdxBarManager control is assigned to the ValueAsPoints property and automatically applied to the outline of the currently selected floating object. In order to use the value-based action object with a custom client control, you need to re-implement the action’s functionality in its OnExecute event handler. Otherwise, executing a value action object via custom client controls has no effect.
See Also