C# 클래스 PhotoSharingApp.Universal.Models.AppEnvironment

Contains global access to specific data.
상속: PhotoSharingApp.Universal.ComponentModel.ObservableObjectBase, IAppEnvironment
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 프로퍼티들

프로퍼티 타입 설명
DefaultMinimumCropDimension int
FloatingComparisonTolerance double

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SetConfig ( Config config ) : void

Applies the given configuration.

메소드 상세

SetConfig() 공개 메소드

Applies the given configuration.
public SetConfig ( Config config ) : void
config Config The configuration to apply.
리턴 void

프로퍼티 상세

DefaultMinimumCropDimension 공개적으로 정적으로 프로퍼티

public static int DefaultMinimumCropDimension
리턴 int

FloatingComparisonTolerance 공개적으로 정적으로 프로퍼티

public static double FloatingComparisonTolerance
리턴 double