UIDynamicItemBehavior.Resistance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The linear resistance of the IUIDynamicItem to movement across the background.
public virtual nfloat Resistance { [Foundation.Export("resistance")] get; [Foundation.Export("setResistance:")] set; }
member this.Resistance : nfloat with get, set
Property Value
The default value is 0.0. If the value is set to 1.0, a IUIDynamicItems movement ends as soon as no force is applied to it.
- Attributes