ClassRadGalleryItem
Represents the RadGalleryItem control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadGalleryItem : ContentControl, IAutomationPeer, IPeerConverter, IRadGalleryItem, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadGalleryItem
Implements:
Inherited Members
Constructors
RadGalleryItem()
Initializes a new instance of the RadGalleryItem class.
Declaration
public RadGalleryItem()
Properties
BackgroundSelectedColor
Get the RadGalleryItem background selected color
Declaration
public IColor BackgroundSelectedColor { get; }
Property Value
Implements
BackgroundSelectedOpacity
Get the RadGalleryItem background selected opacity
Declaration
public double BackgroundSelectedOpacity { get; }
Property Value
Implements
BackgroundSelectedVisibility
Get the RadGalleryItem background selected visibility
Declaration
public Visibility BackgroundSelectedVisibility { get; }
Property Value
Implements
BorderBrushColor
Get the RadGalleryItem border brush
Declaration
public IColor BorderBrushColor { get; }
Property Value
Implements
BorderOpacity
Get the RadGalleryItem border opacity
BorderThickness
Get the RadGalleryItem border thickness
Declaration
public Thickness BorderThickness { get; }
Property Value
Implements
BorderVisibility
Get the RadGalleryItem border visibility
Declaration
public Visibility BorderVisibility { get; }
Property Value
Implements
HeaderBackgroundBorderColor
Get the RadGalleryItem Header_Background border brush
Declaration
public IColor HeaderBackgroundBorderColor { get; }
Property Value
Implements
HeaderBackgroundBorderOpacity
Get the RadGalleryItem HeaderBackground border opacity
Declaration
public double HeaderBackgroundBorderOpacity { get; }
Property Value
Implements
HeaderBackgroundBorderVisibility
Get the RadGalleryItem HeaderBackground border visibility
Declaration
public Visibility HeaderBackgroundBorderVisibility { get; }
Property Value
Implements