# OHOS::StyleDefault - [Overview](#section500669560165635) - [Summary](#section1376385147165635) - [Public Member Functions](#pub-methods) - [Static Public Member Functions](#pub-static-methods) ## **Overview** **Related Modules:** [Graphic](Graphic.md) **Description:** Define some default style for [UIView](OHOS-UIView.md). **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Public Member Functions

Function

Description

StyleDefault ()

A constructor used to create a StyleDefault instance.

~StyleDefault ()

A destructor used to delete the StyleDefault instance.

operator new (size_t size)

void *

Overrides the new function.

operator delete (void *p)

void

Overrides the delete function.

## Static Public Member Functions

Function

Description

GetDefaultStyle ()

static Style &

Obtains the default style.

GetBrightStyle ()

static Style &

Obtains the bright style.

GetBrightColorStyle ()

static Style &

Obtains the bright color style.

GetButtonPressedStyle ()

static Style &

Obtains the button pressed style.

GetButtonReleasedStyle ()

static Style &

Obtains the button released style.

GetButtonInactivedStyle ()

static Style &

Obtains the button inactived style.

GetLabelStyle ()

static Style &

Obtains the label style.

GetBackgroundTransparentStyle ()

static Style &

Obtains the background transparent style.

GetProgressBackgroundStyle ()

static Style &

Obtains the progress background style.

GetProgressForegroundStyle ()

static Style &

Obtains the progress foreground style.

GetSliderKnobStyle ()

static Style &

Obtains the slider knob style.

GetPickerBackgroundStyle ()

static Style &

Obtains the picker background style.

GetPickerHighlightStyle ()

static Style &

Obtains the picker highlight style.