ShapeTitleOptions.Assign(BaseOptions) Method
Copies all the settings from the ShapeTitleOptions object passed as the parameter.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
options | BaseOptions | The ShapeTitleOptions object (which is the BaseOptions descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic) is passed, then the ArgumentNullException will be thrown. |
Remarks
The Assign method allows the settings of the specified ShapeTitleOptions object to be copied to the current ShapeTitleOptions object.
See Also