ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearSelectSettings Class
Members




In This Topic
    ImGearSelectSettings Class
    In This Topic
    This class represents the settings for the select mouse tool.
    Object Model
    ImGearSelectSettings ClassImGearRectangle Structure
    Syntax
    'Declaration
     
    <StyleTypedPropertyAttribute(Property="SelectionStyle", StyleTargetType=System.Windows.Shapes.Rectangle)>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ImGearSelectSettings 
       Inherits System.Windows.DependencyObject
    'Usage
     
    Dim instance As ImGearSelectSettings
    [StyleTypedProperty(Property="SelectionStyle", StyleTargetType=System.Windows.Shapes.Rectangle)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ImGearSelectSettings : System.Windows.DependencyObject 
    [StyleTypedProperty(Property="SelectionStyle", StyleTargetType=System.Windows.Shapes.Rectangle)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public __gc class ImGearSelectSettings : public System.Windows.DependencyObject 
    [StyleTypedProperty(Property="SelectionStyle", StyleTargetType=System.Windows.Shapes.Rectangle)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class ImGearSelectSettings : public System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             ImageGear.Windows.Controls.ImGearSelectSettings

    See Also