Version

GetButtonTextOffset(UIElementButtonState,UIElementButtonStyle,UIElementButtonType,Boolean) Method

Determines how much the text should be offset based on the button type, state and style.
Syntax
'Declaration
 
Public Overloads Shared Function GetButtonTextOffset( _
   ByVal buttonState As UIElementButtonState, _
   ByVal buttonStyle As UIElementButtonStyle, _
   ByVal buttonType As UIElementButtonType, _
   ByVal maxOffset As Boolean _
) As Size
public static Size GetButtonTextOffset( 
   UIElementButtonState buttonState,
   UIElementButtonStyle buttonStyle,
   UIElementButtonType buttonType,
   bool maxOffset
)

Parameters

buttonState
State of the button.
buttonStyle
Style of the button.
buttonType
Type of button.
maxOffset
Indicates if the maximum offset for the button style should be returned.

Return Value

The amount the text should be offset.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also