Class RadGalleryItem
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadGalleryItem : RadButtonItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement, ICloneable
Constructors
RadGalleryItem()
Declaration
public RadGalleryItem()
RadGalleryItem(String)
Declaration
public RadGalleryItem(string text)
Parameters
System.String
text
|
RadGalleryItem(String, Image)
Declaration
public RadGalleryItem(string text, Image image)
Parameters
System.String
text
|
System.Drawing.Image
image
|
Fields
DescriptionFontProperty
Properties
BorderPrimitive
DescriptionFont
Gets or sets the font of the description text of the RadGalleryItem.
Declaration
[RadPropertyDefaultValue("DescriptionFont", typeof(RadGalleryItem))]
public virtual Font DescriptionFont { get; set; }
Property Value
System.Drawing.Font
|
DescriptionText
Gets or sets the description text associated with this item.
Declaration
[RadPropertyDefaultValue("DescriptionText", typeof(RadGalleryItem))]
public string DescriptionText { get; set; }
Property Value
System.String
|
FillPrimitive
ImagePrimitiveAngleTransform
Angle of rotation for the button image. Unlike AngleTransform the property ImagePrimitiveAngleTransform rotates the image only. AngleTransform rotates the whole item
Declaration
[RadDefaultValue("AngleTransform", typeof(ImagePrimitive))]
public float ImagePrimitiveAngleTransform { get; set; }
Property Value
System.Single
|
IsSelected
Returns whether the gallery item is currently selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Methods
Clone()
Declaration
public object Clone()
Returns
System.Object
|
Implements
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
IsZoomShown()
Declaration
public bool IsZoomShown()
Returns
System.Boolean
|
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
ZoomHide()
Declaration
public void ZoomHide()