'Declaration Public Shared Sub SetTitleRegionPosition( _ ByVal obj As DependencyObject, _ ByVal value As ElementalTitleRegionPosition _ )
'Usage Dim obj As DependencyObject Dim value As ElementalTitleRegionPosition ElementalBlackTheme.SetTitleRegionPosition(obj, value)
public static void SetTitleRegionPosition( DependencyObject obj, ElementalTitleRegionPosition value )
Parameters
- obj
- The dependency object to which the attached property is written.
- value
- An ElementalTitleRegionPosition value representing the position of the title region on a surface.