[]
        
(Showing Draft Content)

C1.iOS.Core.C1Icon.OnPaddingChanged

OnPaddingChanged Method

OnPaddingChanged(UIEdgeInsets, UIEdgeInsets)

Called when the PaddingProperty is updated.

Declaration
protected virtual void OnPaddingChanged(UIEdgeInsets oldPadding, UIEdgeInsets newPadding)
Parameters
Type Name Description
UIEdgeInsets oldPadding

The old padding.

UIEdgeInsets newPadding

The new padding.