PaddedControlCreateParams Class

Definition

Line 21 of System.Windows/PaddedControl.cm

Constructors & Destructor

public nothrow PaddedControlCreateParams(ControlCreateParams& controlCreateParams_, Control* child_)

Member Functions

public nothrow PaddedControlCreateParams& Defaults()
public nothrow PaddedControlCreateParams& SetPadding(const Padding& padding_)

Member Variables

public Control* child
public ControlCreateParams& controlCreateParams
public Padding padding

Constructor& Destructor Details

PaddedControlCreateParams Constructor

public nothrow PaddedControlCreateParams(ControlCreateParams& controlCreateParams_, Control* child_)

Definition
Line 23 of System.Windows/PaddedControl.cm


Member Function Details

Defaults Member Function

public nothrow PaddedControlCreateParams& Defaults()

Definition
Line 29 of System.Windows/PaddedControl.cm


SetPadding Member Function

public nothrow PaddedControlCreateParams& SetPadding(const Padding& padding_)

Definition
Line 33 of System.Windows/PaddedControl.cm