'Declaration Public Shared Sub SetTitleRegionOrientation( _ ByVal obj As DependencyObject, _ ByVal value As ChameleonTitleRegionOrientation _ )
'Usage Dim obj As DependencyObject Dim value As ChameleonTitleRegionOrientation ChameleonTheme.SetTitleRegionOrientation(obj, value)
public static void SetTitleRegionOrientation( DependencyObject obj, ChameleonTitleRegionOrientation value )
Parameters
- obj
- The dependency object to which the attached property is written.
- value
- A ChameleonTitleRegionOrientation value representing the orientation of the title region. By default, ChameleonTitleRegionOrientation.Upward.