Interface IRadGalleryItem
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadGalleryItem : IContentControl, IControl, IFrameworkElement, ITargetElement
Properties
Declaration
IColor BackgroundSelectedColor { get; }
Property Value
Declaration
double BackgroundSelectedOpacity { get; }
Property Value
Declaration
Visibility BackgroundSelectedVisibility { get; }
Property Value
Declaration
IColor BorderBrushColor { get; }
Property Value
Declaration
double BorderOpacity { get; }
Property Value
Declaration
Thickness BorderThickness { get; }
Property Value
Declaration
Visibility BorderVisibility { get; }
Property Value
Declaration
bool IsHighlighted { get; }
Property Value
Declaration
Property Value