Leadtools.Codecs Namespace > CodecsGifImageInfo Class : AnimationBackground Property |
public RasterColor AnimationBackground {get;}
'Declaration Public ReadOnly Property AnimationBackground As RasterColor
'Usage Dim instance As CodecsGifImageInfo Dim value As RasterColor value = instance.AnimationBackground
public RasterColor AnimationBackground {get;}
@property (nonatomic, copy, readonly) LTRasterColor* animationBackground;
get_AnimationBackground();
public: property RasterColor AnimationBackground { RasterColor get(); }