ComponentOne Basic Library for WPF and Silverlight
VerticalContentAlignment Property (C1SlideContentControl)


C1.WPF Namespace > C1SlideContentControl Class : VerticalContentAlignment Property
Syntax
'Declaration
 
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.CategoryAttribute("Layout")>
Public Property VerticalContentAlignment As System.Windows.VerticalAlignment
'Usage
 
Dim instance As C1SlideContentControl
Dim value As System.Windows.VerticalAlignment
 
instance.VerticalContentAlignment = value
 
value = instance.VerticalContentAlignment
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.Category("Layout")]
public System.Windows.VerticalAlignment VerticalContentAlignment {get; set;}
See Also

Reference

C1SlideContentControl Class
C1SlideContentControl Members