Gets or sets how items are displayed in the control.
[DescriptionAttribute("Selects one of the available views this control supports.")]
[CategoryAttribute("Appearance")]
public Leadtools.Winforms.RasterImageListViewStyle ViewStyle {get; set;}
<DescriptionAttribute("Selects one of the available views this control supports.")>
<CategoryAttribute("Appearance")>
Public Property ViewStyle As Leadtools.Winforms.RasterImageListViewStyle
[DescriptionAttribute("Selects one of the available views this control supports.")]
[CategoryAttribute("Appearance")]
public:
property Leadtools.Winforms.RasterImageListViewStyle ViewStyle {
Leadtools.Winforms.RasterImageListViewStyle get();
void set ( Leadtools.Winforms.RasterImageListViewStyle );
}
A RasterImageListViewStyle enumeration that specifies how the items are displayed in the control.
For more information, refer to the RasterImageListViewStyle enumeration.
Imports Leadtools.WinForms
Imports Leadtools
Imports Leadtools.Codecs
Imports Leadtools.Drawing
''' This example will show the different view styles of a <see cref="RasterImageList"/> control.
Public Sub RasterImageList_ViewStyle(ByVal imageList As RasterImageList)
' Save the current view style
Dim currentStyle As RasterImageListViewStyle = imageList.ViewStyle
' Show all the different styles available
Dim a As Array = System.Enum.GetValues(GetType(RasterImageListViewStyle))
For Each style As RasterImageListViewStyle In a
imageList.ViewStyle = style
MessageBox.Show("ViewStyle = " & style.ToString())
Next style
' Restore original view style
imageList.ViewStyle = currentStyle
End Sub
using Leadtools.WinForms;
using Leadtools;
using Leadtools.Codecs;
using Leadtools.Drawing;
/// This example will show the different view styles of a <see cref="RasterImageList"/> control.
public void RasterImageList_ViewStyle(RasterImageList imageList)
{
// Save the current view style
RasterImageListViewStyle currentStyle = imageList.ViewStyle;
// Show all the different styles available
Array a = Enum.GetValues(typeof(RasterImageListViewStyle));
foreach(RasterImageListViewStyle style in a)
{
imageList.ViewStyle = style;
MessageBox.Show("ViewStyle = " + style.ToString());
}
// Restore original view style
imageList.ViewStyle = currentStyle;
}
Products |
Support |
Feedback: ViewStyle Property (RasterImageList) - Leadtools.WinForms |
Introduction |
Help Version 19.0.2017.3.22
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.