Source Context Failing checks
Displays the dropdown list for selection, same action as when the user clicks on the spinner.
DisplayDropdownMethodDescriptions
Determines the minimum distance interval, in meters, that the sensor will try to use for sending out location updates. For example, if this is set to 5, then the sensor will fire a LocationChanged event only after 5 meters have been traversed. However, the sensor does not guarantee that an update will be received at exactly the distance interval. It may take more than 5 meters to fire an event, for instance.
DistanceIntervalPropertyDescriptions
Compute the distance, in meters, between two map features.
DistanceToFeatureMethodDescriptions
DistanceToFeature
DistanceToFeatureMethods
DistanceToPoint
DistanceToPointMethods
DEPRECATED. This block is deprecated as of the end of 2012. Use SendQuery.
DoQueryMethodDescriptions
Begins a barcode scan, using the camera. When the scan is complete, the AfterScan event will be raised.
DoScanMethodDescriptions
The user double-tapped at a point on the map. This event will be followed by a ZoomChanged event if zooming gestures are enabled and the map is not at the highest possible zoom level.
DoubleTapAtPointEventDescriptions
DoubleTapAtPoint
DoubleTapAtPointEvents
Download a file to the robot.
DownloadFileMethodDescriptions
Drag
DragEvents
Draggable
DraggableProperties
Draw an arc on Canvas, by drawing an arc from a specified oval (specified by left, top, right & bottom). Start angle is 0 when heading to the right, and increase when rotate clockwise. When useCenter is true, a sector will be drawed instead of an arc. When fill is true, a filled arc (or sector) will be drawed instead of just an outline.
DrawArcMethodDescriptions
DrawIcon
DrawIconMethods
Draw a rectangle on the screen.
DrawRectMethodDescriptions
DrawRect
DrawRectMethods
Draws a shape on the canvas. pointList should be a list contains sub-lists with two number which represents a coordinate. The first point and last point does not need to be the same. e.g. ((x1 y1) (x2 y2) (x3 y3)) When fill is true, the shape will be filled.
DrawShapeMethodDescriptions
Draws the specified text starting at the specified coordinates at the specified angle using the values of the FontSize and TextAlignment properties.
DrawTextAtAngleMethodDescriptions
Draws the specified text relative to the specified coordinates using the values of the FontSize and TextAlignment properties.
DrawTextMethodDescriptions
The motor ports that are used for driving: the left wheel''s motor port followed by the right wheel''s motor port.
DriveMotorsPropertyDescriptions
Returns duration, which is milliseconds elapsed between instants.
DurationMethodDescriptions
Converts the duration to the number of days.
DurationToDaysMethodDescriptions
Converts the duration to the number of hours.
DurationToHoursMethodDescriptions
Converts the duration to the number of minutes.
DurationToMinutesMethodDescriptions
Converts the duration to the number of seconds.
DurationToSecondsMethodDescriptions
Converts the duration to the number of weeks.
DurationToWeeksMethodDescriptions
EastLongitude
EastLongitudeProperties
Time elapsed in milliseconds since the pedometer was started.
ElapsedTimePropertyDescriptions
Returns a list of email addresses associated with the selected contact.
EmailAddressListPropertyDescriptions
Returns the primary email address of the selected contact, or the empty string if an email address is unavailable.
EmailAddressPropertyDescriptions
An EmailPicker is a kind of text box. If the user begins entering the name or email address of a contact, the phone will show a dropdown menu of choices that complete the entry. If there are many contacts, the dropdown can take several seconds to appear, and can show intermediate results while the matches are being computed. <p>The initial contents of the text box and the contents< after user entry is in the <code>Text</code> property. If the <code>Text</code> property is initially empty, the contents of the <code>Hint</code> property will be faintly shown in the text box as a hint to the user.</p> <p>Other properties affect the appearance of the text box (<code>TextAlignment</code>, <code>BackgroundColor</code>, etc.) and whether it can be used (<code>Enabled</code>).</p><p>Text boxes like this are usually used with <code>Button</code> components, with the user clicking on the button when text entry is complete.
EmailPickerHelpStringComponentPallette
EnableInfobox
EnableInfoboxProperties
EnablePan
EnablePanProperties
Enable two-finger panning of the Map
EnablePanPropertyDescriptions
EnableRotation
EnableRotationProperties
Enable rotating the map based on the user''s orientation.
EnableRotationPropertyDescriptions
EnableSpeedRegulation
EnableSpeedRegulationProperties
Specifies whether to keep motor rotation at constant speed.
EnableSpeedRegulationPropertyDescriptions
EnableZoom
EnableZoomProperties
Set whether the user can zoom the map using touch gestures. This value does not affect whether the user can zoom using the zoom controls provided by <a href="#Map.ShowZoom">ShowZoom</a>.
EnableZoomPropertyDescriptions
A component that provides a high-level interface to a color sensor on a LEGO MINDSTORMS EV3 robot.
Ev3ColorSensorHelpStringComponentPallette
A component that provides a low-level interface to a LEGO MINDSTORMS EV3 robot, with functions to send system or direct commands to EV3 robots.
Ev3CommandsHelpStringComponentPallette
A component that provides a high-level interface to a gyro sensor on a LEGO MINDSTORMS EV3 robot.
Ev3GyroSensorHelpStringComponentPallette
A component that provides a high-level interface to sound functionalities on LEGO MINDSTORMS EV3 robot.
Ev3SoundHelpStringComponentPallette
A component that provides a high-level interface to a touch sensor on a LEGO MINDSTORMS EV3 robot.
Ev3TouchSensorHelpStringComponentPallette
A component that provides a high-level interface to an ultrasonic sensor on a LEGO MINDSTORMS EV3 robot.
Ev3UltrasonicSensorHelpStringComponentPallette
Returns the extra key that will be passed to the activity.DEPRECATED: New code should use Extras property instead.
ExtraKeyPropertyDescriptions
Returns the extra value that will be passed to the activity.DEPRECATED: New code should use Extras property instead.
ExtraValuePropertyDescriptions
Specifies the list of key-value pairs that will be passed as extra data to the activity.
ExtrasPropertyDescriptions
The user clicked on a map feature.
FeatureClickEventDescriptions