FloatingActionButtonImages.CopyFrom(ImagesBase) Method
In This Article
Duplicates the properties of the specified object to the current instance of the FloatingActionButtonImages class.
Namespace: DevExpress.Web.Internal
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public override void CopyFrom(
ImagesBase source
)
#Parameters
Name | Type | Description |
---|---|---|
source | Images |
An Images |
#Remarks
Use the CopyFrom method to duplicate the properties of the specified ImagesBase object to the instance of the FloatingActionButtonImages class that this method is called from.
Note
All properties, including those that have been set in the current instance of the Floating
See Also