C# Class XamlForIphone.UISegmentedControl

Inheritance: UIElement
显示文件 Open project: Clancey/XamlForIphone

Private Properties

Property Type Description
ArrangeInternal void
setupEvents void

Public Methods

Method Description
GetContentOffset ( System segment ) : SizeF
ImageAt ( System segment ) : MonoTouch.UIKit.UIImage
InsertSegment ( MonoTouch image, System pos, System animated ) : void
InsertSegment ( System title, System pos, System animated ) : void
IsEnabled ( System segment ) : System.Boolean
RemoveAllSegments ( ) : void
RemoveSegmentAtIndex ( System segment, System animated ) : void
SegmentWidth ( System segment ) : System.Single
SetContentOffset ( System offset, System segment ) : void
SetEnabled ( System enabled, System segment ) : void
SetImage ( MonoTouch image, System segment ) : void
SetTitle ( System title, System segment ) : void
SetWidth ( System width, System segment ) : void
TitleAt ( System segment ) : System.String

Protected Methods

Method Description
CreateHandle ( ) : void

Private Methods

Method Description
ArrangeInternal ( Rect finalRect ) : void
setupEvents ( ) : void

Method Details

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

GetContentOffset() public method

public GetContentOffset ( System segment ) : SizeF
segment System
return System.Drawing.SizeF

ImageAt() public method

public ImageAt ( System segment ) : MonoTouch.UIKit.UIImage
segment System
return MonoTouch.UIKit.UIImage

InsertSegment() public method

public InsertSegment ( MonoTouch image, System pos, System animated ) : void
image MonoTouch
pos System
animated System
return void

InsertSegment() public method

public InsertSegment ( System title, System pos, System animated ) : void
title System
pos System
animated System
return void

IsEnabled() public method

public IsEnabled ( System segment ) : System.Boolean
segment System
return System.Boolean

RemoveAllSegments() public method

public RemoveAllSegments ( ) : void
return void

RemoveSegmentAtIndex() public method

public RemoveSegmentAtIndex ( System segment, System animated ) : void
segment System
animated System
return void

SegmentWidth() public method

public SegmentWidth ( System segment ) : System.Single
segment System
return System.Single

SetContentOffset() public method

public SetContentOffset ( System offset, System segment ) : void
offset System
segment System
return void

SetEnabled() public method

public SetEnabled ( System enabled, System segment ) : void
enabled System
segment System
return void

SetImage() public method

public SetImage ( MonoTouch image, System segment ) : void
image MonoTouch
segment System
return void

SetTitle() public method

public SetTitle ( System title, System segment ) : void
title System
segment System
return void

SetWidth() public method

public SetWidth ( System width, System segment ) : void
width System
segment System
return void

TitleAt() public method

public TitleAt ( System segment ) : System.String
segment System
return System.String