Class VisualDropConfiguration
Inheritance
System.Object
Windows.UI.Xaml.DependencyObject
VisualDropConfiguration
Assembly: Catalog.dll
Syntax
public class VisualDropConfiguration : DependencyObject
Fields
CaptionProperty
Declaration
public static readonly DependencyProperty CaptionProperty
Field Value
Type |
Description |
Windows.UI.Xaml.DependencyProperty |
|
DragStartingImageProperty
Declaration
public static readonly DependencyProperty DragStartingImageProperty
Field Value
Type |
Description |
Windows.UI.Xaml.DependencyProperty |
|
DropOverImageProperty
Declaration
public static readonly DependencyProperty DropOverImageProperty
Field Value
Type |
Description |
Windows.UI.Xaml.DependencyProperty |
|
IsCaptionVisibleProperty
Declaration
public static readonly DependencyProperty IsCaptionVisibleProperty
Field Value
Type |
Description |
Windows.UI.Xaml.DependencyProperty |
|
IsContentVisibleProperty
Declaration
public static readonly DependencyProperty IsContentVisibleProperty
Field Value
Type |
Description |
Windows.UI.Xaml.DependencyProperty |
|
IsGlyphVisibleProperty
Declaration
public static readonly DependencyProperty IsGlyphVisibleProperty
Field Value
Type |
Description |
Windows.UI.Xaml.DependencyProperty |
|
Properties
Caption
Declaration
public string Caption { get; set; }
Property Value
Type |
Description |
System.String |
|
DragStartingImage
Declaration
public ImageSource DragStartingImage { get; set; }
Property Value
Type |
Description |
Windows.UI.Xaml.Media.ImageSource |
|
DropOverImage
Declaration
public ImageSource DropOverImage { get; set; }
Property Value
Type |
Description |
Windows.UI.Xaml.Media.ImageSource |
|
IsCaptionVisible
Declaration
public bool IsCaptionVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsContentVisible
Declaration
public bool IsContentVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsGlyphVisible
Declaration
public bool IsGlyphVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|