Android.Widget.LinearLayout.WeightSum Property
Returns the desired weights sum.

Syntax

[get: Android.Runtime.Register("getWeightSum", "()F", "GetGetWeightSumHandler")]
[set: Android.Runtime.Register("setWeightSum", "(F)V", "GetSetWeightSum_FHandler")]
public virtual float WeightSum { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the desired weights sum.

Set method documentation [Android Documentation]

Defines the desired weights sum. If unspecified the weights sum is computed at layout time by adding the layout_weight of each child. This can be used for instance to give a single child 50% of the total available space by giving it a layout_weight of 0.5 and setting the weightSum to 1.0.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1