ImageGear .NET v24.12 - Updated
Skip Property (ImGearThumbnailAfterLoadEventArgs)




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailAfterLoadEventArgs Class : Skip Property
Gets or sets a value indicating whether or not to load thumbnail into a control.
Syntax
'Declaration
 
Public Property Skip As Boolean
'Usage
 
Dim instance As ImGearThumbnailAfterLoadEventArgs
Dim value As Boolean
 
instance.Skip = value
 
value = instance.Skip
public bool Skip {get; set;}
public: __property bool get_Skip();
public: __property void set_Skip( 
   bool value
);
public:
property bool Skip {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
Client should set this to true if there is no need to load thumbnail into a control.
See Also

Reference

ImGearThumbnailAfterLoadEventArgs Class
ImGearThumbnailAfterLoadEventArgs Members