FMX.Filter.Effects.TSmoothMagnifyEffect Properties
InheritedProtected
| Action | protected | Specifies the action associated with the control. | 
| ActionClient | public | Specifies whether the component object has an associated action. | 
| ActionLink | protected | |
| AspectRatio | published | Specifies the ratio between the width and height of the magnifying region. | 
| Center | public | Specifies the center of the magnifying circular region. | 
| Children | public | Stores an array of children attached to this parent component. | 
| ChildrenCount | public | Read-only property that specifies the number of children in the children list. | 
| ComObject | public | Specifies the interface reference implemented by the component. | 
| ComponentCount | public | Indicates the number of components owned by the component. | 
| ComponentIndex | public | Indicates the position of the component in its owner's Components property array. | 
| Components | public | Lists all components owned by the component. | 
| ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. | 
| ComponentStyle | public | Governs the behavior of the component. | 
| Data | public | Stores a Tvalue, which is a data structure that can store different kinds of data types. | 
| DesignInfo | public | Contains information used by the Form designer. | 
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. | 
| EffectStyle | public | |
| Enabled | published | Flag used to enable and disable the effect. | 
| Filter | protected | |
| Index | public | Specifies the index of the child object in the children array attached to this object. | 
| InnerRadius | published | Specifies the inner radius of the circular magnifying region. | 
| Magnification | published | Specifies the magnification factor. | 
| Name | published | Specifies the name of the component as referenced in code. | 
| Observers | public | Indicates the TObservers object added to the TComponent. | 
| OuterRadius | published | Specifies the outer radius of the circular magnifying region. | 
| Owner | public | Indicates the component that is responsible for streaming and freeing this component. | 
| Parent | public | Specifies the parent component of this FMX object. | 
| Root | public | Specifies the root parent of this object. | 
| Stored | public | Specifies whether this object is stored in the .FMX file. | 
| StyleName | published | Specifies the style name for this FMX component. | 
| Tag | published | Stores a NativeInt integral value as a part of a component. | 
| TagFloat | public | Custom property that stores any floating-point value. | 
| TagObject | public | Custom property that stores any object value. | 
| TagString | public | Custom property that stores any string value. | 
| Trigger | published | Property that holds the trigger condition. | 
| VCLComObject | public | Represents information used internally by components that support COM. |