C# 클래스 Open.Core.Controls.Buttons.ButtonStyles

Provides common styles for buttons.
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

공개 메소드들

메소드 설명
Rounded ( int layer, ButtonView button ) : void

Adds a style for rounded corners.

SilverBackground ( int layer, ButtonView button, bool showForNormal ) : void

Adds a silver background to the given button.

메소드 상세

Rounded() 공개 정적인 메소드

Adds a style for rounded corners.
public static Rounded ( int layer, ButtonView button ) : void
layer int The layer to assign the content to (typically '0').
button ButtonView The button to effect.
리턴 void

SilverBackground() 공개 정적인 메소드

Adds a silver background to the given button.
public static SilverBackground ( int layer, ButtonView button, bool showForNormal ) : void
layer int The layer to assign the content to (typically '0').
button ButtonView The button to effect.
showForNormal bool Flag indicating if the background should be visible for the default (normal) state.
리턴 void