ComponentOne Basic Library for WPF and Silverlight
Height Property (C1RadialColorItemsPresenter)


C1.WPF Namespace > C1RadialColorItemsPresenter Class : Height Property
Syntax
'Declaration
 
<System.ComponentModel.TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>
<System.Windows.LocalizabilityAttribute(Category=LocalizationCategory.None, 
   Readability=Readability.Unreadable, 
   Modifiability=Modifiability.Modifiable)>
Public Property Height As System.Double
'Usage
 
Dim instance As C1RadialColorItemsPresenter
Dim value As System.Double
 
instance.Height = value
 
value = instance.Height
[System.ComponentModel.TypeConverter("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
[System.Windows.Localizability(Category=LocalizationCategory.None, 
   Readability=Readability.Unreadable, 
   Modifiability=Modifiability.Modifiable)]
public System.double Height {get; set;}
See Also

Reference

C1RadialColorItemsPresenter Class
C1RadialColorItemsPresenter Members