public bool UseAnimationBackground {get; set;}
'Declaration
Public Property UseAnimationBackground As Boolean
'Usage
Dim instance As CodecsGifSaveOptions
Dim value As Boolean
instance.UseAnimationBackground = value
value = instance.UseAnimationBackground
public bool UseAnimationBackground {get; set;}
@property (nonatomic, assign) BOOL useAnimationBackground;
get_UseAnimationBackground();
set_UseAnimationBackground(value);
Object.defineProperty('UseAnimationBackground');
public:
property bool UseAnimationBackground {
bool get();
void set ( bool value);
}
Property Value
true to use the
AnimationBackground value when saving GIF files; false, otherwise.